42.7K results in 745 ms
6 years ago · Jun 23, 2019, 04:20 PM
nextval('''||p_seq||'_day'')' into lv; end if; return nextval(p_seq); end; $$ language plpgsql; SELECT CASE WHEN NOT EXISTS ( SELECT primary_key FROM schema.table
6 years ago · Jun 23, 2019, 03:42 PM
IF EXISTS Dealer; DROP TABLE IF EXISTS Dodatkowe_Wyposazenie; CREATE TABLE Marka ( nazwa VARCHAR(50)
6 years ago · Jun 23, 2019, 02:46 PM
iLen = formatex( g_szQuery, chx(g_szQuery), "CREATE TABLE IF NOT EXISTS `%s` (\ `%s` INTEGER NOT
6 years ago · Jun 23, 2019, 02:36 PM
for account in accounts: # Create a new record with the data if does not exists before. upload_data = ChartOfAccount.objects.get_or_create( field_account=account['field_account'],
6 years ago · Jun 23, 2019, 02:24 PM
okay? DONKEY Well, it's not. HELEN Smaller bites, things,
6 years ago · Jun 23, 2019, 02:16 PM
tested. # %DATA The ACL arguments. If not used then any arguments
6 years ago · Jun 23, 2019, 01:56 PM
dao; } createTable() { const sql = ` CREATE TABLE IF NOT EXISTS projects ( id INTEGER PRIMARY
6 years ago · Jun 23, 2019, 01:44 PM
dao; } createTable() { const sql = ` CREATE TABLE IF NOT EXISTS projects ( id INTEGER PRIMARY
6 years ago · Jun 23, 2019, 12:38 PM
0Harmony(1.2.0.1), RT_SolarFlareShield(1.0.0.0) [SYR] Prosthetic Table: (no assemblies) Orbital Animal
6 years ago · Jun 23, 2019, 11:18 AM
for table `players` -- DROP TABLE IF EXISTS `players`; /*!40101 SET @saved_cs_client
6 years ago · Jun 23, 2019, 11:02 AM
installer->startSetup(); $installer->run(" DROP TABLE IF EXISTS {$this->getTable('Myfolder_storeinfo')}; CREATE TABLE {$this->getTable('Myfolder_storeinfo')} ( `storeinfo_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255)
6 years ago · Jun 23, 2019, 10:42 AM
structure for table tb_system.fact CREATE TABLE IF NOT EXISTS `fact` ( `id` int(11) NOT
6 years ago · Jun 23, 2019, 08:48 AM
sqlite3.connect("database.db") curseur = connexion.cursor() curseur.execute(""" CREATE TABLE IF NOT EXISTS clients( reference_client INTERGER NOT
6 years ago · Jun 23, 2019, 08:42 AM
sqlite3.connect("database.db") curseur = connexion.cursor() curseur.execute(""" CREATE TABLE IF NOT EXISTS clients( reference_client INTERGER NOT
6 years ago · Jun 23, 2019, 08:22 AM
sqlite3.connect("database.db") curseur = connexion.cursor() curseur.execute(""" CREATE TABLE IF NOT EXISTS clients( reference_client INTERGER NOT
6 years ago · Jun 23, 2019, 08:10 AM
DROP DATABASE IF EXISTS `cableCompany`; CREATE DATABASE `cableCompany`; USE `cableCompany`; CREATE TABLE `cableCompany`.`customers` ( `customerID` INT UNSIGNED
6 years ago · Jun 23, 2019, 08:10 AM
DROP DATABASE IF EXISTS `cableCompany`; CREATE DATABASE `cableCompany`; USE `cableCompany`; CREATE TABLE `cableCompany`.`customers` ( `customerID` INT UNSIGNED
6 years ago · Jun 23, 2019, 08:08 AM
import sqlite3 connexion = sqlite3.connect("database.db") curseur = connexion.cursor() curseur.execute(""" CREATE TABLE IF NOT EXISTS clients( prenom text, nom text, ) """) connexion.commit() connexion.close()
6 years ago · Jun 23, 2019, 08:08 AM
DROP DATABASE IF EXISTS `cableCompany`; CREATE DATABASE `cableCompany`; USE `cableCompany`; CREATE TABLE `cableCompany`.`customers` ( `customerID` INT UNSIGNED
6 years ago · Jun 23, 2019, 06:50 AM
s", openErr) } _, createErr := db.Exec(`CREATE TABLE IF NOT EXISTS test (something text)`) if
Total pages: 2134