42.7K results in 800 ms
8 years ago · Mar 30, 2018, 08:38 PM
static get createSQL() { return ['CREATE TABLE IF NOT EXISTS table2 (id INTEGER PRIMARY
8 years ago · Mar 30, 2018, 06:52 PM
one knows it even exists. Palantir does not have an office, it
8 years ago · Mar 30, 2018, 06:48 PM
for table `actions` -- DROP TABLE IF EXISTS `actions`; /*!40101 SET @saved_cs_client
8 years ago · Mar 30, 2018, 03:54 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
8 years ago · Mar 30, 2018, 03:34 PM
IF EXISTS CD; DROP TABLE IF EXISTS Artist; # Create new tables CREATE TABLE
8 years ago · Mar 30, 2018, 03:14 PM
http_host. Variants: '', 'path/to/subfolder' // Will not working if $root_path will be outside
8 years ago · Mar 30, 2018, 02:50 PM
for table `Reservation` -- DROP TABLE IF EXISTS `Reservation`; /*!40101 SET @saved_cs_client
8 years ago · Mar 30, 2018, 02:42 PM
drop database if exists movies; create database movies; USE movies; create table studios ( id int auto_increment
8 years ago · Mar 30, 2018, 02:36 PM
DROP DATABASE IF EXISTS school; CREATE DATABASE school CHARSET 'utf8';
8 years ago · Mar 30, 2018, 02:34 PM
DROP DATABASE IF EXISTS school; CREATE DATABASE school CHARSET 'utf8';
8 years ago · Mar 30, 2018, 02:30 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Mar 30, 2018, 02:26 PM
db = dbConnection.cursor() print("Database found") # Create tables db.execute("CREATE TABLE IF NOT EXISTS " + TABLE_PERSONS + "(" + COLUMN_ID + " INTEGER PRIMARY
8 years ago · Mar 30, 2018, 02:18 PM
output: //DROP TABLE Mijntable; //CREATE TABLE if not exists Mijntable //( // id SERIAL PRIMARY
8 years ago · Mar 30, 2018, 01:56 PM
assert that the setup exists if (event->getType() == EVENT_TYPE_MESSAGE) { NetworkString &data = event->data(); assert(data.size()); // message not empty uint8_t message_type; message_type
8 years ago · Mar 30, 2018, 01:26 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']));
8 years ago · Mar 30, 2018, 12:42 PM
errorMessage; const char *sql_statement = "CREATE TABLE IF NOT EXISTS NotiType(Alarm TEXT, Type TEXT,
8 years ago · Mar 30, 2018, 12:12 PM
drop database if exists movies; create database movies; use movies; create table actors( id int primary
8 years ago · Mar 30, 2018, 12:04 PM
DROP DATABASE IF EXISTS school; CREATE DATABASE school; USE school; CREATE TABLE Students( Id INTEGER NOT
8 years ago · Mar 30, 2018, 11:52 AM
Save_Date <= date('now','-2 day')"; db.execSQL(sql); CREATE TABLE IF NOT EXISTS test (id INTEGER PRIMARY
Total pages: 2134