42.7K results in 811 ms
8 years ago · Aug 07, 2018, 07:22 PM
DROP TABLE IF EXISTS `accounts`; CREATE TABLE `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(24)
8 years ago · Aug 07, 2018, 06:20 PM
resolve.. checking shared memory.. create shm/selftest/obj checking exists.. checking many objects.. 10000
8 years ago · Aug 07, 2018, 06:00 PM
DROP TABLE darkrp_player' MySQLite.query('CREATE TABLE IF NOT EXISTS darkrp_player(idx INTEGER NOT NULL)')
8 years ago · Aug 07, 2018, 05:56 PM
return low byte BNE LAB_1D98 ; if not get (var) go create new var ; This will
8 years ago · Aug 07, 2018, 05:32 PM
of the items does not exists!' END IF (@CurrentDate <= @StartDate OR @CurrentDate
8 years ago · Aug 07, 2018, 05:32 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
8 years ago · Aug 07, 2018, 05:18 PM
NOTICE 'dest schema % already exists!', dest_schema; RETURN ; END IF; EXECUTE 'CREATE SCHEMA ' || quote_ident(dest_schema) ; -- Create sequences
8 years ago · Aug 07, 2018, 05:10 PM
DROP TABLE IF EXISTS config.trading_holiday; CREATE TABLE config.trading_holiday ( id smallint
8 years ago · Aug 07, 2018, 04:34 PM
_command.CommandText ="PRAGMA foreign_keys = ON;"; _command.ExecuteNonQuery(); _sqlString = "CREATE TABLE IF NOT EXISTS " + SQL_TABLE_COMBINED_GROUP + " (" + COL_COMBINED_ID + " INTEGER AUTOINCREMENT, " + COL_COMBINED_MEMBER_ID + " TEXT, " + COL_COMBINED_EQUIPMENT_ID + " TEXT, " + COL_COMBINED_EQUIPMENT + " TEXT)"; _command.CommandText = _sqlString; _command.ExecuteNonQuery();
8 years ago · Aug 07, 2018, 03:14 PM
carter mannion was racially if not religiously motivated. you know
8 years ago · Aug 07, 2018, 03:04 PM
Data to other table CREATE TABLE IF NOT EXISTS `old_table` ( `id` int(11) unsigned
8 years ago · Aug 07, 2018, 02:48 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
8 years ago · Aug 07, 2018, 02:30 PM
myDB = openOrCreateDatabase("myTestDb", SQLiteDatabase.CREATE_IF_NECESSARY, null); /* Create a Table in the Database. */ myDB.execSQL("CREATE TABLE IF NOT EXISTS " + TableName + " (Field1 VARCHAR);"); /* Insert
8 years ago · Aug 07, 2018, 12:10 PM
QACCompatibility". ServerLog: AWarn: Message Table Exists ServerLog: AWarn: Player Data
8 years ago · Aug 07, 2018, 11:42 AM
are checking to see if the user trying to login already exists User.findOne({ email : email }, function
8 years ago · Aug 07, 2018, 11:32 AM
onCreate(db: SQLiteDatabase?) { val createTable = "CREATE TABLE if not exists " + TABLE_NAME + " (" + COL_ID + " INTEGER PRIMARY
8 years ago · Aug 07, 2018, 11:32 AM
onCreate(db: SQLiteDatabase?) { val createTable = "CREATE TABLE if not exists " + TABLE_NAME + " (" + COL_ID + " INTEGER PRIMARY
8 years ago · Aug 07, 2018, 10:54 AM
structure for table life.adminlogs CREATE TABLE IF NOT EXISTS `adminlogs` ( `ID` int(255) NOT
8 years ago · Aug 07, 2018, 10:32 AM
if (!$con) die($ERROR_NODB . " " . mysql_error()); ////////////////////// /// create table if not exists ////////////////////// mysql_select_db("somesite_users", $con); $sql = "CREATE
8 years ago · Aug 07, 2018, 10:30 AM
if (!$con) die($ERROR_NODB . " " . mysql_error()); ////////////////////// /// create table if not exists ////////////////////// mysql_select_db("MYSITE_MYDB", $con); $sql = "CREATE
Total pages: 2134