42.7K results in 790 ms
5 years ago · Jun 30, 2020, 06:52 AM
WHERE A.upload_header_id = pUploadHeaderId AND NOT EXISTS (SELECT 1 FROM dt_date
5 years ago · Jun 30, 2020, 06:52 AM
WHERE A.upload_header_id = pUploadHeaderId AND NOT EXISTS (SELECT 1 FROM dt_date
5 years ago · Jun 30, 2020, 03:32 AM
IF (@IS_PROBLEM_SHORTAGE = 1) BEGIN IF OBJECT_ID('tempdb..#tmpReportProblem') IS NOT NULL DROP TABLE #tmpReportProblem CREATE TABLE #tmpReportProblem ( ID INT
5 years ago · Jun 30, 2020, 03:30 AM
USE SPEX_DB; IF EXISTS ( SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE
5 years ago · Jun 29, 2020, 10:58 PM
создать (первый запуск) orders_q = """ create table if not exists orders ( order_type TEXT, order_pair
5 years ago · Jun 29, 2020, 10:58 PM
создать (первый запуск) orders_q = """ create table if not exists orders ( order_type TEXT, order_pair
5 years ago · Jun 29, 2020, 05:08 PM
sqlite3.connect("test.db") cursor = connection.cursor() cursor.execute(""" CREATE TABLE IF NOT EXISTS products( id INTEGER PRIMARY
5 years ago · Jun 28, 2020, 09:04 PM
STRING]::IsNullOrEmpty($FORMFIELD)) { # check if file exists if (Test-Path $FORMFIELD -PathType Leaf)
5 years ago · Jun 28, 2020, 08:22 PM
handle value if stype == "table" then if not lookup[v] then table.insert(tables, v)
5 years ago · Jun 28, 2020, 07:04 PM
sqlite3.connect("mydatabase.db") cursor = conn.cursor() cursor.execute( """ CREATE TABLE IF NOT EXISTS user ( id INTEGER NOT
5 years ago · Jun 28, 2020, 06:02 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
5 years ago · Jun 28, 2020, 03:12 PM
true.") blur = true end if not script.Deploy:FindFirstChild(player.Name) then -- If the
5 years ago · Jun 28, 2020, 01:42 PM
sqlite3.connect("mydatabase.db") cursor = conn.cursor() cursor.execute( """ CREATE TABLE IF NOT EXISTS user ( id INTEGER NOT
5 years ago · Jun 28, 2020, 10:16 AM
START TRANSACTION; -- DROP TABLE IF EXISTS book_store.price_category; CREATE TABLE book_store.price_category ( price_category_no integer
5 years ago · Jun 26, 2020, 09:16 PM
function DBM:LoadMod(mod) if type(mod) ~= "table" then return false end local _, _, _, enabled = GetAddOnInfo(mod.modId) if not enabled then EnableAddOn(mod.modId) end
5 years ago · Jun 26, 2020, 03:38 PM
DROP TABLE IF EXISTS transactions; CREATE TABLE transactions( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Jun 26, 2020, 01:58 PM
node; +} + +/* + * Return the item if it exists, otherwise create it in place + * and
5 years ago · Jun 26, 2020, 01:30 PM
Found</code> status if person not exists. If not authenticated or authenticated
Total pages: 2134