42.7K results in 765 ms
9 years ago · Oct 05, 2016, 05:06 PM
EXISTS python_lcase_insert; DROP TRIGGER IF EXISTS python_extract_year_insert; /* Enforce lower-case on INSERT into 'gene' table */ CREATE TRIGGER gene_lcase_insert BEFORE INSERT
9 years ago · Oct 05, 2016, 04:04 PM
to Felix and shrugs, "Not that important, but if you like, go ahead,
9 years ago · Oct 05, 2016, 12:52 PM
dc03.uthct.edu #Start-Sleep -s 15 if (dsquery user -samid $userid) { echo "User already exists. Not proceeding with AD account
9 years ago · Oct 05, 2016, 12:48 PM
CREATE TABLE IF NOT EXISTS streamingInventoryEvents( locationType text, locationId
9 years ago · Oct 05, 2016, 11:52 AM
non-writeable section already and if not, create one (named '.descr' or
9 years ago · Oct 05, 2016, 11:44 AM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`élèves` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`élèves` ( `id` INT NOT
9 years ago · Oct 05, 2016, 11:36 AM
conn.cursor() def create_table(): # c.execute("CREATE TABLE IF NOT EXISTS Theft(template1 TEXT, template2 TEXT,
9 years ago · Oct 05, 2016, 11:28 AM
USE `puzzle`; DROP TABLE IF EXISTS `event`; CREATE TABLE `event` ( `eventId` bigint(20) NOT NULL AUTO_INCREMENT, `sourceId` bigint(20)
9 years ago · Oct 05, 2016, 11:08 AM
SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE
9 years ago · Oct 05, 2016, 11:06 AM
USE `skola` ; -- ----------------------------------------------------- -- Table `skola`.`mesto` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `skola`.`mesto` ( `ID_mesto` INT UNSIGNED
9 years ago · Oct 05, 2016, 10:54 AM
conn.cursor() def create_table(): # c.execute("CREATE TABLE IF NOT EXISTS Theft(template1 TEXT, template2 TEXT,
9 years ago · Oct 05, 2016, 10:38 AM
SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE
9 years ago · Oct 05, 2016, 10:06 AM
4396 TID 3796: SQLite: CREATE INDEX IF NOT EXISTS Device ON tbl_Client(c_OSType ASC,
9 years ago · Oct 05, 2016, 09:16 AM
storage = & JTable::getInstance('session'); $storage->purge($session->getExpire()); // Session exists and is not expired, update time in session table if ($storage->load($session->getId())) { $storage->update(); return $session;
9 years ago · Oct 05, 2016, 09:10 AM
ready. [ 0.326873] smd_channel_probe_now: allocation table not initialized [ 0.328057] smd_channel_probe_now: allocation
9 years ago · Oct 05, 2016, 09:08 AM
DROP TABLE [ODSCustomerContact] Go Create Table ODSCustomerContact (CustomerContactInt int NOT NULL identity PRIMARY KEY,
9 years ago · Oct 05, 2016, 08:24 AM
CREATE DATABASE IF NOT EXISTS vagabond; USE vagabond; CREATE TABLE filiale ( pk_filialnr INTEGER, strasse
9 years ago · Oct 05, 2016, 08:12 AM
create database if not exists vagabond; use vagabond; create table FILIALE ( pk_FilialNr integer, Strasse
9 years ago · Oct 05, 2016, 07:46 AM
ready. [ 0.327251] smd_channel_probe_now: allocation table not initialized [ 0.328443] smd_channel_probe_now: allocation
9 years ago · Oct 05, 2016, 07:28 AM
install() { global $wpdb; $wpdb->query( "CREATE TABLE IF NOT EXISTS {$wpdb->prefix}bluestag_offers (id INT AUTO_INCREMENT
Total pages: 2134