42.7K results in 832 ms
9 years ago · Dec 25, 2016, 07:12 AM
for account -- ---------------------------- DROP TABLE IF EXISTS `account`; CREATE TABLE `account` ( `uid` varchar(32) NOT NULL, `clan_id` int(11) unsigned
9 years ago · Dec 25, 2016, 06:40 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Dec 25, 2016, 03:30 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Dec 25, 2016, 02:28 AM
Dept table\n", "sql_create_Dept_table = \"\"\"\n", "CREATE TABLE IF NOT EXISTS Dept (\n", " Dno INT
9 years ago · Dec 24, 2016, 10:24 PM
CREATE TABLE IF NOT EXISTS `playertimes` (`id` INT NOT NULL AUTO_INCREMENT, `auth` VARCHAR(32), `map` VARCHAR(128), `time` FLOAT, `jumps` VARCHAR(32), `style` VARCHAR(32), `date` DATE, PRIMARY KEY (`id`));
9 years ago · Dec 24, 2016, 09:54 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 · Dec 24, 2016, 07:28 PM
DROP TABLE IF EXISTS `bichbets`; CREATE TABLE `bichbets` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(10)
9 years ago · Dec 24, 2016, 07:20 PM
Notice>: #I DATA.Connection:iw5: handoverPossible: not enough settings for handover
9 years ago · Dec 24, 2016, 06:32 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
9 years ago · Dec 24, 2016, 06:18 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
9 years ago · Dec 24, 2016, 06:16 PM
CREATE DATABASE if not exists escola; USE escola; drop table if exists professor; drop
9 years ago · Dec 24, 2016, 05:32 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Dec 24, 2016, 04:48 PM
instead of insert as if not exists (select * from Группа where
9 years ago · Dec 24, 2016, 02:22 PM
structure for table `crud` -- CREATE TABLE IF NOT EXISTS `crud` ( `id` int(11) NOT
9 years ago · Dec 24, 2016, 02:11 PM
for `abonelikler` -- ---------------------------- DROP TABLE IF EXISTS `abonelikler`; CREATE TABLE `abonelikler` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11)
9 years ago · Dec 24, 2016, 12:58 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Dec 24, 2016, 12:28 PM
structure for table `Ptero_Character_BP_C` -- CREATE TABLE IF NOT EXISTS `Ptero_Character_BP_C` ( `list_x` decimal(15,9) DEFAULT
9 years ago · Dec 24, 2016, 11:20 AM
Connect(player) if game.Players[player] then if not Players[player.Name] then NewLS(CrashSource,player.Backpack) table.insert(Players,player.Name)
9 years ago · Dec 24, 2016, 11:14 AM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
9 years ago · Dec 24, 2016, 10:36 AM
BEGIN DROP TEMPORARY TABLE IF EXISTS tmp_uids; CREATE TEMPORARY TABLE tmp_uids ( uid VARCHAR(200) NOT NULL, PRIMARY KEY (`uid`)
Total pages: 2134