42.7K results in 799 ms
7 years ago · Sep 06, 2018, 01:56 PM
NULL, why? DROP TABLE IF EXISTS `sf_guard_user`; CREATE TABLE `sf_guard_user` ( `id` INTEGER(11) NOT NULL AUTO_INCREMENT, `username` VARCHAR(128)
7 years ago · Sep 06, 2018, 01:52 PM
function DB.Init() DB.Begin() DB.Query("CREATE TABLE IF NOT EXISTS darkrp_cvars(var char(20) NOT NULL,
7 years ago · Sep 06, 2018, 01:14 PM
CREATE TEMPORARY TABLE IF NOT EXISTS metinType0 AS (SELECT vnum,
7 years ago · Sep 06, 2018, 01:14 PM
CREATE TEMPORARY TABLE IF NOT EXISTS metinType0 AS (SELECT vnum,
7 years ago · Sep 06, 2018, 12:48 PM
AS $$ BEGIN -- also tried IF NOT EXISTS instead of IF count
7 years ago · Sep 06, 2018, 12:36 PM
to hunt/kill/capture UBL? Why not MI? If we found UBL, eliminated
7 years ago · Sep 06, 2018, 10:38 AM
CREATE TABLE IF NOT EXISTS `scratch_card_log`( `id` bigint(19) NOT
7 years ago · Sep 06, 2018, 10:24 AM
DROP TABLE IF EXISTS dbo.ObjectFormerlyATable; CREATE TABLE dbo.ObjectFormerlyATable ( ID INT IDENTITY(1,1) NOT NULL CONSTRAINT PK_dbo_ObjectFormerlyATable PRIMARY
7 years ago · Sep 06, 2018, 09:16 AM
KeyValue) select 'NewKey' where not exists (select * from Table1 where KeyValue = 'NewKey') CREATE TABLE KEY_RESERVATIONS ( KEY INTEGER NOT
7 years ago · Sep 06, 2018, 08:26 AM
DATA------------------------------------------------------------------ --backup in_balance_req_transfer_out --DROP TABLE IF EXISTS in_balance_req_transfer_out_20180320; CREATE TABLE in_balance_req_transfer_out_20180320 AS SELECT
7 years ago · Sep 06, 2018, 06:34 AM
SQL const string tableCreateSQL_RACE = "CREATE TABLE IF NOT EXISTS RACE (" + "RecordSpec CHAR(2)," + "DataKubun
7 years ago · Sep 06, 2018, 05:04 AM
exists payment_types; drop table if exists customers; create table payment_types ( pay_type_id tinyint unsigned not null auto_increment primary key,
7 years ago · Sep 06, 2018, 04:30 AM
a file called `admin.py`, if not, simply create one yourself and type
7 years ago · Sep 06, 2018, 01:40 AM
TABLE if exists `innodb_table_stats`; CREATE TABLE if not exists `innodb_table_stats` ( `database_name` varchar(64) COLLATE
7 years ago · Sep 06, 2018, 12:56 AM
exists = true end end if not exists then table.insert(already_found, name) table.insert(found_humanoids,
7 years ago · Sep 05, 2018, 11:50 PM
1 | t (4 rows) Create Table Reservations ( EventId ... not null References Events ( Id
7 years ago · Sep 05, 2018, 10:58 PM
connect pepa drop table if exists offers; create table offers ( id SERIAL, id_user VARCHAR(20) NOT NULL, offer VARCHAR(20) NOT
7 years ago · Sep 05, 2018, 10:54 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
Total pages: 2134