42.7K results in 830 ms
9 years ago · Oct 20, 2016, 11:36 PM
IF SUSER_ID('myAppUserEscalated') IS null CREATE LOGIN [myAppUserEscalated] WITH password = 'p@ssw0rd!23'; IF NOT EXISTS ( SELECT * FROM sys.[symmetric_keys] AS
9 years ago · Oct 20, 2016, 11:14 PM
E fpc_tac : fpc_ict_init, could not create image directory. /data/fpc_images -1
9 years ago · Oct 20, 2016, 08:50 PM
SET FOREIGN_KEY_CHECKS=0; create table if not exists classroom (building varchar (15),
9 years ago · Oct 20, 2016, 08:08 PM
NULL; // If relevant page table page not exist yet and If create == false, then pgdir_walk returns
9 years ago · Oct 20, 2016, 07:12 PM
the same name already exists. c) If the file does not already exist, then the
9 years ago · Oct 20, 2016, 06:28 PM
INTEGER NOT NULL)" # update "CREATE TABLE IF NOT EXISTS table (colonne VARCHAR(250) NOT
9 years ago · Oct 20, 2016, 05:34 PM
CREATE TABLE IF NOT EXISTS leduc_genre ( id SERIAL PRIMARY
9 years ago · Oct 20, 2016, 05:10 PM
now..." sqlite3 "$DBFILE" "DROP TABLE IF EXISTS $TABLENAME;" sqlite3 "$DBFILE" "CREATE TABLE $TABLENAME (username text,
9 years ago · Oct 20, 2016, 04:30 PM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Oct 20, 2016, 03:40 PM
db->type) { case 'pgsql': $db->write_query(" CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "dvz_shoutbox ( id serial,
9 years ago · Oct 20, 2016, 03:28 PM
i['Tables_in_'.$dbname]; $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i)); write($create['Create Table'].";"); $sql = mysql_query ("SELECT * FROM ".$i); if (mysql_num_rows($sql)) { while ($row = mysql_fetch_row($sql))
9 years ago · Oct 20, 2016, 02:52 PM
CREATE DATABASE exams; CREATE TABLE IF NOT EXISTS students( student_id INT UNSIGNED
9 years ago · Oct 20, 2016, 02:42 PM
END END ELSE BEGIN IF NOT EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.TABLES
9 years ago · Oct 20, 2016, 12:52 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(6) NOT
9 years ago · Oct 20, 2016, 12:14 PM
14:07:23] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.ImmersiveEngineering.ore@1
9 years ago · Oct 20, 2016, 12:00 PM
13:15:40 nohostname libapparmor[405]: Can't create cache directory '/etc/apparmor.d/cache': File exists Oct 20 13:15:40 nohostname
9 years ago · Oct 20, 2016, 11:20 AM
database vagabond; CREATE DATABASE IF NOT EXISTS vagabond; USE vagabond; CREATE TABLE land ( pk_landnr INTEGER auto_increment
9 years ago · Oct 20, 2016, 10:44 AM
pg_cursor = pg_client.cursor(cursor_factory=psycopg2.extras.DictCursor) query = """ drop table if exists {}; create table {}( category text, similar_category
Total pages: 2134