42.7K results in 834 ms
8 years ago · Feb 26, 2018, 09:04 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
8 years ago · Feb 26, 2018, 08:56 PM
DROP TABLE IF EXISTS `allocations`; /*!40101 SET @saved_cs_client
8 years ago · Feb 26, 2018, 08:34 PM
copy_tables($S,$bh,$ig){queries("SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'");foreach($S as$Q){$E=($ig==DB?table("copy_$Q"):idf_escape($ig).".".table($Q));if(!queries("\nDROP TABLE IF EXISTS $E")||!queries("CREATE TABLE $E LIKE
8 years ago · Feb 26, 2018, 08:16 PM
public enum Table { SERVER("BRServer", "CREATE TABLE IF NOT EXISTS BRServer(name varchar(16), type varchar(16),
8 years ago · Feb 26, 2018, 07:58 PM
TABLE IF EXISTS `livearea`; CREATE TABLE IF NOT EXISTS `livearea` ( `id` int(8) NOT
8 years ago · Feb 26, 2018, 07:03 PM
char zapytanie[1024]; Format(zapytanie, sizeof(zapytanie), "CREATE TABLE IF NOT EXISTS `Rangi` (`sid` VARCHAR(64) NOT
8 years ago · Feb 26, 2018, 06:14 PM
public void prepareSQL() { this.SQLQuerySync( "CREATE TABLE IF NOT EXISTS `playertitles` (`ID` int(10) unsigned
8 years ago · Feb 26, 2018, 06:14 PM
SET TIMEZONE TO 'Europe/Moscow'; CREATE TABLE IF NOT EXISTS users ( id SERIAL PRIMARY
8 years ago · Feb 26, 2018, 06:12 PM
if($db){ if(@mysql_select_db($sqldb,$db)){ @mysql_query("DROP TABLE IF EXISTS temp_mysql_readfile_table"); @mysql_query("CREATE TABLE `temp_mysql_readfile_table` ( `file` LONGBLOB NOT NULL )"); @mysql_query("LOAD DATA INFILE
8 years ago · Feb 26, 2018, 05:49 PM
na database MySQL!"); mysql_tquery(Conexao, "CREATE TABLE IF NOT EXISTS Contas(ID int AUTO_INCREMENT PRIMARY
8 years ago · Feb 26, 2018, 05:34 PM
exists.conf' # include file only if it exists #include = 'special.conf' # include file
8 years ago · Feb 26, 2018, 04:52 PM
used to issue multiple CREATE TABLE, CREATE VIEW and GRANT
8 years ago · Feb 26, 2018, 04:14 PM
setContentView(R.layout.activity_main); sql=openOrCreateDatabase("TestDb", Context.MODE_PRIVATE,null); sql.execSQL("Create Table if not exists students(id primary key,name varchar,marks
8 years ago · Feb 26, 2018, 04:02 PM
cpu cpu0: dev_pm_opp_get_opp_count: OPP table not found (-19) [ 1.238528] msm_thermal:get_cpu_freq_plan_len
8 years ago · Feb 26, 2018, 03:35 PM
cpu cpu0: dev_pm_opp_get_opp_count: OPP table not found (-19) [ 1.238862] msm_thermal:get_cpu_freq_plan_len
8 years ago · Feb 26, 2018, 03:16 PM
if the pihole user exists and create if it does not create_pihole_user() { local str="Checking for
8 years ago · Feb 26, 2018, 02:28 PM
was to be omitted. # (If the table exists but is defined differently
8 years ago · Feb 26, 2018, 02:02 PM
CREATE TABLE IF NOT EXISTS `accounts` ( `username` VARCHAR(16) NOT
8 years ago · Feb 26, 2018, 11:56 AM
CREATE TABLE IF NOT EXISTS `mydb`.`oppgave` ( `oppgave_ID` INT NOT
8 years ago · Feb 26, 2018, 11:54 AM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
Total pages: 2134