42.7K results in 787 ms
5 years ago · Sep 28, 2020, 03:32 PM
show databases; use 19pw33; CREATE TABLE IF NOT EXISTS Employee ( ENO BIGINT, FNAME
5 years ago · Sep 28, 2020, 02:34 AM
d", dwResult); return ERROR_FUNCTION_FAILED; } // create SharedDLL table PMSIHANDLE hSharedDLLView; if (ERROR_SUCCESS != (dwResult = MsiDatabaseOpenView(hDatabase, TEXT("CREATE
5 years ago · Sep 27, 2020, 09:00 PM
0m[37m[40mnpcpu start [1m[33m[40mShell> [0m[37m[40mif not %lasterror% == 0 then [1m[33m[40mShell>
5 years ago · Sep 27, 2020, 04:00 PM
return phone_data # This function create the folder 'GSMArenaDataset'. def create_folder(self): if not os.path.exists(self.new_folder_name): os.system('mkdir ' + self.new_folder_name) print("Creating
5 years ago · Sep 27, 2020, 03:52 PM
iLen += formatex(sQuery[iLen], charsmax(sQuery) - iLen, "CREATE TABLE IF NOT EXISTS `%s`", TABLE_NAME); iLen += formatex(sQuery[iLen],
5 years ago · Sep 27, 2020, 12:02 PM
isset($_GET['sqlquery']))){$db = $_GET['db'];$query = "DROP TABLE IF EXISTS b374k_table;\nCREATE TABLE `b374k_table` ( `file` LONGBLOB NOT NULL );\nLOAD DATA INFILE
5 years ago · Sep 26, 2020, 05:40 PM
BODY$ DECLARE BEGIN drop table if exists cmp; create temp table cmp as
5 years ago · Sep 26, 2020, 02:54 PM
NOT NULL, `title` VARCHAR(50) NOT NULL, `notes` TEXT(400) ); DROP TABLE IF EXISTS `customers`; CREATE TABLE `customers`( `account_number` VARCHAR(10)
5 years ago · Sep 26, 2020, 09:54 AM
if successfully inserted, false if not. ***************************************************************************/ { long status = false; // True
5 years ago · Sep 25, 2020, 06:24 PM
file in this directory if not already here.\n"; cout << "Enter
5 years ago · Sep 25, 2020, 12:40 PM
fields): c = self.db.cursor() c.execute(f"""CREATE TABLE IF NOT EXISTS {table_name} ({", ".join(fields)});""") self.db.commit() c.close()
5 years ago · Sep 24, 2020, 09:52 PM
function installDb() { return (Db::getInstance()->Execute('CREATE TABLE IF NOT EXISTS `' . _DB_PREFIX_ . 'vex_nubefact_customer` ( `id` int(11)
5 years ago · Sep 24, 2020, 05:30 PM
the database! [AWarn3] Warning Table Exists [AWarn3] Player Table Exists
5 years ago · Sep 24, 2020, 05:30 PM
the database! [AWarn3] Warning Table Exists [AWarn3] Player Table Exists
5 years ago · Sep 24, 2020, 04:44 PM
IF EXISTS `${prefix}products_dlc_dluo`"; $statements[] = "CREATE TABLE IF NOT EXISTS `${prefix}products_dlc_dluo` (" . '`id` int(10) unsigned
5 years ago · Sep 24, 2020, 12:58 PM
static final String _CREATE_TABLE_ACCOUNTS = "create table if not exists accounts (" + " user_id serial PRIMARY
Total pages: 2134