42.7K results in 793 ms
8 years ago · Jul 24, 2018, 07:08 PM
drop table if exists candidate; create table candidate ( candidate_id int unsigned not null primary key ); insert
8 years ago · Jul 24, 2018, 07:08 PM
drop table if exists candidate; create table candidate ( candidate_id int unsigned not null primary key ); insert
8 years ago · Jul 24, 2018, 06:50 PM
DROP TABLE IF EXISTS `training2target`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `training2target` ( `training_name` varchar(255)
8 years ago · Jul 24, 2018, 06:50 PM
CREATE TABLE IF NOT EXISTS `estado` ( `id_estado` INT(16) NOT
8 years ago · Jul 24, 2018, 06:48 PM
sqlite_open( "LU/data/Database.rpg" ); sqlite_query( database, "CREATE TABLE IF NOT EXISTS Accounts ( Nick TEXT,Password TEXT,
8 years ago · Jul 24, 2018, 06:22 PM
TABLE IF EXISTS `mydb`.`users` ; CREATE TABLE IF NOT EXISTS `mydb`.`users` ( `id` INT(11) NOT
8 years ago · Jul 24, 2018, 06:10 PM
USE gta5_gamemode_essential; CREATE TABLE IF NOT EXISTS `jobs` ( `job_id` int(11) NOT
8 years ago · Jul 24, 2018, 06:10 PM
Will work in tools. If ran more than once it will not create more than one weld.
8 years ago · Jul 24, 2018, 04:36 PM
char sQuery[255]; Format(sQuery, sizeof(sQuery), "CREATE TABLE IF NOT EXISTS `unloze_zonepoints` (`steam_id` VARCHAR(254) NOT
8 years ago · Jul 24, 2018, 04:28 PM
had food on the table that's all you had if I ask for more
8 years ago · Jul 24, 2018, 04:12 PM
cycle; -- -- drop tables -- drop table if exists users cascade; drop table
8 years ago · Jul 24, 2018, 03:08 PM
lmb_idb_u2; delimeter ; drop table if exists handles; create table handles ( feature_id mediumint unsigned not null, tag_id smallint unsigned
8 years ago · Jul 24, 2018, 02:22 PM
PK delimeter ; drop table if exists handles; create table handles ( feature_id mediumint unsigned not null, tag_id smallint unsigned
8 years ago · Jul 24, 2018, 01:16 PM
def delete_table(self): query = """DROP TABLE IF EXISTS entries;""" self.execute(query) def create_table(self): query = """ CREATE TABLE entries ( disk TEXT,
8 years ago · Jul 24, 2018, 11:06 AM
Pool -- 9) Hibernate: drop table if exists test 13:01:34,509 INFO [stdout]
8 years ago · Jul 24, 2018, 10:48 AM
CommandType.Text; command.CommandText = $@" DROP TABLE IF EXISTS {tempTableName}; CREATE TABLE {tempTableName} ( [Article] [nvarchar](255) NOT NULL, [Title] [nvarchar](255) NOT
8 years ago · Jul 24, 2018, 09:36 AM
alter ? "ALTER TABLE " + worktable + " " : "CREATE TABLE IF NOT EXISTS " + worktable + "(uuid VARCHAR(36), "; for
Total pages: 2134