42.7K results in 783 ms
8 years ago · May 02, 2018, 01:38 PM
BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS `ogrenciDers` ( `ogrenciNo` INTEGER NOT NULL,
8 years ago · May 02, 2018, 12:56 PM
Table * Exception is thrown if +Table does not exist * Exception is thrown
8 years ago · May 02, 2018, 12:32 PM
dbcmd = dbconn.CreateCommand(); string sqlQuery = "CREATE TABLE IF NOT EXISTS [Fases] (n[Fase1] BOOLEAN DEFAULT
8 years ago · May 02, 2018, 10:50 AM
instance, POLLERS-363 added an if cache exists 1200 ACTIVE *** 2018-02-06 09:22:49
8 years ago · May 02, 2018, 10:38 AM
protected function createTable() { $requete= "CREATE TABLE IF NOT EXISTS `"._DB_PREFIX_."monmodule_comment` ( `id_monmodule_comment` int(11) NOT
8 years ago · May 02, 2018, 10:22 AM
schema projetolaudelino -- ----------------------------------------------------- -- Table `Cliente` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS projetolaudelino.cliente ( CPF VARCHAR(11) NULL
8 years ago · May 02, 2018, 09:32 AM
the static page, even if the page is not yet queried * * @return int
8 years ago · May 02, 2018, 08:56 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
8 years ago · May 02, 2018, 08:08 AM
sqlite3.connect('logbook.db') self.cursor = self.con.cursor() self.cursor.execute(""" CREATE TABLE IF NOT EXISTS logbook ( timestamp VARCHAR(32), eintrag
8 years ago · May 02, 2018, 08:08 AM
table `craft_system` */ DROP TABLE IF EXISTS `craft_system`; CREATE TABLE `craft_system` ( `name` longtext NOT NULL COMMENT 'Craft item
8 years ago · May 02, 2018, 07:44 AM
for table `attach_data` -- DROP TABLE IF EXISTS `attach_data`; /*!40101 SET @saved_cs_client
8 years ago · May 02, 2018, 07:40 AM
sqlite3.connect('logbook.db') self.cursor = self.con.cursor() self.cursor.execute(""" CREATE TABLE IF NOT EXISTS logbook ( timestamp VARCHAR(32), eintrag
8 years ago · May 02, 2018, 06:08 AM
N'Drop Table Base_RR' End CREATE TABLE Base_RR( [CUST_SKEY] [varchar](30) Not NULL, [RMKEY] [Varchar](20) Not
8 years ago · May 02, 2018, 05:26 AM
may be the case. -- CREATE TABLE IF NOT EXISTS reward.transactions_by_subscriber_and_id ( operator_name text, subscriber_id
8 years ago · May 02, 2018, 04:46 AM
EXISTS `category` ; SHOW WARNINGS; CREATE TABLE IF NOT EXISTS `category` ( `category_id` INT NOT
8 years ago · May 02, 2018, 03:26 AM
DROP TABLE IF EXISTS `moopledev`.`dueyitems`; CREATE TABLE `moopledev`.`dueyitems` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `PackageId` int(10)
8 years ago · May 02, 2018, 03:18 AM
json); return true; end --- --- Exists --- function settings:Exists() if (not IsValid(LocalPlayer())) then return false;
8 years ago · May 02, 2018, 03:06 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
Total pages: 2134