42.7K results in 754 ms
4 years ago · Jun 12, 2021, 10:12 PM
запроса в КХ comand = 'CREATE TABLE IF NOT EXISTS' # команда для Кликхауза. table_name
4 years ago · Jun 12, 2021, 09:46 PM
this.getConfig().isSet("Mysql.Port") ? this.getConfig().getInt("Mysql.Port") : 3306)); connection.addTableStatement( "CREATE TABLE IF NOT EXISTS `factions` ( `id` INT NOT
4 years ago · Jun 12, 2021, 07:24 PM
this->catchException($e); } } /** * Check if the table exists and create it if not. */ protected function ensureTableExists() { try
4 years ago · Jun 11, 2021, 11:10 PM
USE `AUTOPARTS` ; -- ----------------------------------------------------- -- Table `AUTOPARTS`.`CUSTOMERS` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `AUTOPARTS`.`CUSTOMERS` ( `Customers_id` INT NOT
4 years ago · Jun 11, 2021, 10:42 PM
disconnect all handlers." end if funcNameOrFunc == "Create" then return "Function Create. ".. "Arguments: A table containing information about how
4 years ago · Jun 11, 2021, 09:40 PM
a directory.") return end -- Create .nfp files by default if not fs.exists(sPath) and not string.find(sPath,
4 years ago · Jun 11, 2021, 04:08 PM
banco.cursor() def criar_banco(): cursor.execute ("CREATE TABLE IF NOT EXISTS indentidade (id integer PRIMARY
4 years ago · Jun 11, 2021, 06:38 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 11, 2021, 06:30 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 11, 2021, 05:50 AM
CallA where Abonent.id = CallA.id); create table if not exists AbonentClone ( id int, name
4 years ago · Jun 11, 2021, 03:58 AM
not null, giaban money not null ) create table Nhap ( SoHDN nvarchar(30) primary
4 years ago · Jun 10, 2021, 07:10 PM
USE `CONTROL` ; -- ----------------------------------------------------- -- Table `CONTROL`.`SLOTS` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `CONTROL`.`SLOTS` ( `Slot_id` INT NOT
4 years ago · Jun 10, 2021, 05:24 PM
user sources MySQL.ready(function () MySQL.Async.execute([[ CREATE TABLE IF NOT EXISTS vrp_users( id INTEGER AUTO_INCREMENT,
4 years ago · Jun 10, 2021, 05:22 PM
user sources MySQL.ready(function () MySQL.Async.execute([[ CREATE TABLE IF NOT EXISTS vrp_users( id INTEGER AUTO_INCREMENT,
4 years ago · Jun 10, 2021, 12:32 PM
базата от данни!"); } $sql ="CREATE TABLE IF NOT EXISTS chitateli( NumberId INT(10) NOT
4 years ago · Jun 09, 2021, 11:54 PM
genres += genre + " double," self.session.execute(""" CREATE TABLE IF NOT EXISTS """ + keyspace+"""."""+table+""" ( userID double, rating
4 years ago · Jun 09, 2021, 11:18 PM
1' } """) def create_table(self): self.session.execute(""" CREATE TABLE IF NOT EXISTS """+ self.keyspace+"""."""+self.table+""" ( user_id int , avg_movie_rating
4 years ago · Jun 09, 2021, 06:42 PM
pk_cards_id CASCADE; DROP TABLE IF EXISTS public.users; CREATE TABLE users ( id serial NOT NULL, email text, name
4 years ago · Jun 09, 2021, 04:32 PM
String sql = "DROP DATABASE IF EXISTS [maiki]"; using (SqlCommand command
4 years ago · Jun 09, 2021, 04:26 PM
String sql = "DROP DATABASE IF EXISTS [maiki]"; using (SqlCommand command
Total pages: 2134