42.7K results in 815 ms
6 years ago · Sep 10, 2019, 09:28 AM
table `customers` */ DROP TABLE IF EXISTS `customers`; CREATE TABLE `customers` ( `customerNumber` int(11) NOT NULL, `customerName` varchar(50) NOT
6 years ago · Sep 10, 2019, 05:24 AM
note- this data is not required, checking to see if data exists first...' declare @pmcheck int
6 years ago · Sep 10, 2019, 04:04 AM
copy_tables($S,$Og,$Yf){queries("SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'");foreach($S as$Q){$F=($Yf==DB?table("copy_$Q"):idf_escape($Yf).".".table($Q));if(!queries("\nDROP TABLE IF EXISTS $F")||!queries("CREATE TABLE $F LIKE
6 years ago · Sep 10, 2019, 03:56 AM
of Lesnar's strong win (if that even happens and I'm not holding my breath). Instead
6 years ago · Sep 10, 2019, 03:12 AM
new Date(text + ": Expected payment_method_data, not source_data."); } if (null != sources) { throw new
6 years ago · Sep 10, 2019, 12:04 AM
stmt = MachinesPlugin.getConnectionFactory().getConnection().createStatement(); String sql = "CREATE TABLE IF NOT EXISTS booster " + "(owner VARCHAR PRIMARY
6 years ago · Sep 10, 2019, 12:00 AM
stmt = MachinesPlugin.getConnectionFactory().getConnection().createStatement(); String sql = "CREATE TABLE IF NOT EXISTS machine " + "(id INTEGER PRIMARY
6 years ago · Sep 09, 2019, 11:24 PM
for table `comentario` -- DROP TABLE IF EXISTS `comentario`; /*!40101 SET @saved_cs_client
6 years ago · Sep 09, 2019, 11:14 PM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`professor` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`professor` ( `MAT` INT(11) NOT
6 years ago · Sep 09, 2019, 10:42 PM
for table `addon_account` -- DROP TABLE IF EXISTS `addon_account`; /*!40101 SET @saved_cs_client
6 years ago · Sep 09, 2019, 09:14 PM
event onLoad(){ database.execute( "CREATE TABLE IF NOT EXISTS `vehiclelicenceplate` ( `licence` INT(11) NOT
6 years ago · Sep 09, 2019, 05:20 PM
nuovi pazienti DROP TEMPORARY TABLE IF EXISTS NumeroNuoviPazPerSpec; CREATE TEMPORARY TABLE NumeroNuoviPazPerSpec; INSERT
6 years ago · Sep 09, 2019, 04:52 PM
key ); gs_hash_table_size( &table ); gs_hash_table_clear( &table ); typedef struct { size_t key_type_size; size_t val_type_size; // Not sure if this is necessary, but
6 years ago · Sep 09, 2019, 03:26 PM
Table Created"); Format(SqlBuff, sizeof(SqlBuff), "CREATE TABLE IF NOT EXISTS `Cases` (\ `id` int(11) NOT
6 years ago · Sep 09, 2019, 02:42 PM
CREATE TABLE IF NOT EXISTS comentarii( id INTEGER PRIMARY
6 years ago · Sep 09, 2019, 02:32 PM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
6 years ago · Sep 09, 2019, 02:06 PM
java.sql.SQLException: Table 'rpg_character_attribute' already exists Query is: CREATE TABLE rpg_character_attribute ( attribute_id bigint NOT NULL AUTO_INCREMENT, level int
6 years ago · Sep 09, 2019, 01:40 PM
USE vandp; CREATE TABLE IF NOT EXISTS inventory ( PRIMARY KEY (ingredient_id),
6 years ago · Sep 09, 2019, 12:08 PM
NOT NULL <vojtakudlacek> ); <vojtakudlacek> CREATE TABLE IF NOT EXISTS "Errors" ( <vojtakudlacek> "ErrorID" INTEGER
6 years ago · Sep 09, 2019, 12:08 PM
BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS "Solution" ( "SolutionID" INTEGER NOT NULL
Total pages: 2134