42.7K results in 802 ms
7 years ago · Mar 04, 2019, 09:44 AM
USE `L5243` ; -- ----------------------------------------------------- -- Table `L5243`.`HenkiloTyyppi` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `L5243`.`HenkiloTyyppi` ( `idHenkiloTyyppi` INT NOT
7 years ago · Mar 04, 2019, 09:38 AM
newPivot(self $parent, array $attributes, $table, $exists, $using = null) { return $using
7 years ago · Mar 04, 2019, 09:22 AM
EXISTS php_tests; USE php_tests; CREATE TABLE IF NOT EXISTS tasks( ID INT(11) AUTO_INCREMENT
7 years ago · Mar 04, 2019, 09:06 AM
exists = checkTableIfExistsCommand.ExecuteScalar().ToString().Equals("1"); // if does not exist if (!exists) { var createTableBuilder = new StringBuilder("CREATE TABLE [" + dataTable.TableName + "]"); createTableBuilder.AppendLine("("); // selecting each
7 years ago · Mar 04, 2019, 08:22 AM
SET' == Registered custom function 'EXISTS' == Registered custom function 'IF' == Registered custom function 'IFTIME'
7 years ago · Mar 04, 2019, 06:34 AM
production use. ** [ 0.000000] ** ** [ 0.000000] ** If you see this message and you are not debugging ** [ 0.000000] ** the kernel,
7 years ago · Mar 04, 2019, 06:24 AM
CREATE TABLE IF NOT EXISTS `shop_product` DATA DIRECTORY = '/var/lib/mysql/shop/' INDEX DIRECTORY='/var/lib/mysql/shop/' ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
7 years ago · Mar 04, 2019, 04:32 AM
String sqlDataStore = "create table if not exists " + TABLE_NAME_INFOTABLE + " ("+ BaseColumns._ID + " integer primary
7 years ago · Mar 04, 2019, 03:30 AM
Auto-generated method stub db.execSQL("DROP TABLE IF EXISTS " + tblInW); db.execSQL("DROP TABLE IF
7 years ago · Mar 04, 2019, 03:12 AM
cur.execute('DROP TABLE game_state') cur.execute('CREATE TABLE IF NOT EXISTS game_state (name TEXT, value
7 years ago · Mar 03, 2019, 11:56 PM
Server thread/WARN] [pl.asie.charset.ModCharset]: Could not create IOutputSupplierFactory pl.asie.charset.module.storage.barrels.BarrelCartOutputSupplier: pl.asie.charset.module.storage.barrels.BarrelCartOutputSupplier [18:36:32]
7 years ago · Mar 03, 2019, 10:00 PM
else { new Handle:tblQuery = SQL_PrepareQuery(conn, "CREATE TABLE IF NOT EXISTS players (id INTEGER PRIMARY
7 years ago · Mar 03, 2019, 09:58 PM
else { new Handle:tblQuery = SQL_PrepareQuery(conn, "CREATE TABLE IF NOT EXISTS players (id INTEGER PRIMARY
7 years ago · Mar 03, 2019, 09:04 PM
Server thread/WARN] [pl.asie.charset.ModCharset]: Could not create IOutputSupplierFactory pl.asie.charset.module.storage.barrels.BarrelCartOutputSupplier: pl.asie.charset.module.storage.barrels.BarrelCartOutputSupplier [20:43:35]
7 years ago · Mar 03, 2019, 08:40 PM
EXISTS distributie ; DROP TABLE IF EXISTS incasari ; CREATE TABLE filme ( CodFilm NUMERIC(4) NOT NULL PRIMARY KEY, NumeFilm
7 years ago · Mar 03, 2019, 07:50 PM
packages to install. Checking if package "busybox" exists in local list... [1mTracking
7 years ago · Mar 03, 2019, 07:20 PM
table se n existir create table if not exists courses ( name varchar(30) not
7 years ago · Mar 03, 2019, 06:52 PM
for offline_shop_npc -- ---------------------------- DROP TABLE IF EXISTS `offline_shop_npc`; CREATE TABLE `offline_shop_npc` ( `owner_id` int(11) NOT NULL DEFAULT '0', `sign`
7 years ago · Mar 03, 2019, 06:34 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
7 years ago · Mar 03, 2019, 06:24 PM
system -- init sql MySQL.createCommand("vRP/identity_tables", [[ CREATE TABLE IF NOT EXISTS vrp_user_identities( user_id INTEGER, registration
Total pages: 2134