42.7K results in 778 ms
4 years ago · Jul 22, 2021, 11:10 AM
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; CREATE OR REPLACE
4 years ago · Jul 22, 2021, 07:26 AM
dbcmd = dbcon.CreateCommand(); //string q_createTable = // "CREATE TABLE IF NOT EXISTS my_table (id INTEGER PRIMARY
4 years ago · Jul 21, 2021, 09:00 PM
DROP TABLE IF EXISTS tb_bond_title_doc_type; CREATE TABLE tb_bond_title_doc_type ( id_contract INTEGER NOT NULL, cd_document_type VARCHAR NOT
4 years ago · Jul 21, 2021, 06:14 PM
file\n"); return 1; } if(sqlite3_exec(pass_data, "CREATE TABLE IF NOT EXISTS password(pass TEXT NOT NULL);",
4 years ago · Jul 21, 2021, 05:40 PM
after rendering the whole table if not releaseclick then if (is_poking+nclick)
4 years ago · Jul 21, 2021, 04:38 PM
CU cascade; drop table if exists Iscrizione cascade; CREATE TABLE Utente ( Codice character(5) NOT NULL, Nome character varying(50)
4 years ago · Jul 21, 2021, 07:08 AM
WHERE B.combo_id = vComboPriceLevel AND NOT EXISTS( SELECT 1 FROM tt_r_sell_price_for_so_level_price
4 years ago · Jul 21, 2021, 12:44 AM
Table structure for OPM_WO_ACT -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE
4 years ago · Jul 20, 2021, 10:34 PM
connecting MySQL database"); ex.printStackTrace(); } } /** * Create DB if table with the tableName name doesn't exists */ public void createDB() { if
4 years ago · Jul 20, 2021, 10:16 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jul 20, 2021, 10:16 PM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · Jul 20, 2021, 10:14 PM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · Jul 20, 2021, 09:22 PM
of values the tab table has if not fs.isDir(appFolder .. "/" .. tab[i]) then table.insert(out,#out+1,tab[i])
4 years ago · Jul 20, 2021, 11:52 AM
PROC [OpsProd].[usp_LoadFactTrackMailItem_test] AS BEGIN IF OBJECT_ID('CTAS.FACT_TRACK_MAIL_ITEM', 'U') IS NOT NULL DROP TABLE CTAS.FACT_TRACK_MAIL_ITEM CREATE TABLE CTAS.FACT_TRACK_MAIL_ITEM WITH (DISTRIBUTION
4 years ago · Jul 20, 2021, 10:16 AM
PROC [OpsProd].[usp_LoadFactTrackMailItem] AS BEGIN IF OBJECT_ID('CTAS.FACT_TRACK_MAIL_ITEM', 'U') IS NOT NULL DROP TABLE CTAS.FACT_TRACK_MAIL_ITEM CREATE TABLE CTAS.FACT_TRACK_MAIL_ITEM WITH (DISTRIBUTION
4 years ago · Jul 20, 2021, 04:50 AM
planets'. def create_table_planets(cursor): create_planets = "CREATE TABLE `planets` ("\ " `name` varchar(15),"\ " `rotation_period`
4 years ago · Jul 18, 2021, 03:46 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jul 17, 2021, 05:42 PM
String test; String tableOne = "CREATE TABLE IF NOT EXISTS " + TableNameChest + " (" + TableOneFirstRow + " VARCHAR(64) PRIMARY
Total pages: 2134