42.7K results in 859 ms
9 years ago · Oct 27, 2016, 08:30 PM
CREATE TABLE IF NOT EXISTS `NombreTabla` ( `idTabla`, `campoTabla`) ENGINE=FEDERATED
9 years ago · Oct 27, 2016, 08:16 PM
CREATE TABLE IF NOT EXISTS `NombreTabla` ( `idTabla`, `campoTabla`) ENGINE=FEDERATED
9 years ago · Oct 27, 2016, 07:36 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Oct 27, 2016, 05:54 PM
DEFAULT 0; DROP TABLE IF EXISTS `hierarchy_server_hash`; CREATE TABLE `hierarchy_server_hash` ( `hierarchy_server_hash_id` INT(11) NOT NULL AUTO_INCREMENT, `hierarchy_server_id` INT(11)
9 years ago · Oct 27, 2016, 05:16 PM
couldn't be identified. I'm not sure if the analysis was detailed
9 years ago · Oct 27, 2016, 04:16 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(6) NOT
9 years ago · Oct 27, 2016, 04:10 PM
for `auctionhouse` -- ---------------------------- DROP TABLE IF EXISTS `auctionhouse`; CREATE TABLE `auctionhouse` ( `id` int(12) NOT NULL AUTO_INCREMENT, `item` varchar(32)
9 years ago · Oct 27, 2016, 03:58 PM
structure for table `xf_yfl_rival_stats` -- CREATE TABLE IF NOT EXISTS `xf_yfl_rival_stats` ( `match_id` bigint(30) NOT
9 years ago · Oct 27, 2016, 02:28 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Oct 27, 2016, 12:30 PM
where memberid="74e57e4027c250edc9f1c4d38136d935" and `date`="2016-10-27" CREATE TABLE IF NOT EXISTS `visitors_stats` ( `id` int(11) NOT
9 years ago · Oct 27, 2016, 11:52 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Oct 27, 2016, 10:34 AM
fp = 0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump.= "CREATE TABLE $table (\n"; $firstfield
9 years ago · Oct 27, 2016, 09:58 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Oct 27, 2016, 09:46 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
9 years ago · Oct 27, 2016, 09:32 AM
provided the database does not exists * */ @Override public void onCreate(SQLiteDatabase db) { String sql = "create table " + DATABASE_TABLE + " ( " + FIELD_ROW_ID + " integer primary
9 years ago · Oct 27, 2016, 09:26 AM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
9 years ago · Oct 27, 2016, 09:24 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Oct 27, 2016, 08:48 AM
if needsSetup { let query = "CREATE TABLE IF NOT EXISTS test ( num INT, text
9 years ago · Oct 27, 2016, 08:40 AM
CREATE TABLE IF NOT EXISTS USERTABLE ( UserID INT(20) NOT
Total pages: 2134