42.7K results in 835 ms
5 years ago · Oct 07, 2020, 01:28 AM
AS', 'BETWEEN', 'CREATE DATABASE', 'CREATE TABLE', 'CREATE INDEX', 'CREATE VIEW',
5 years ago · Oct 06, 2020, 07:12 PM
if not keychain_initialized: create_keychain_table_sql = """CREATE TABLE IF NOT EXISTS keychain ( nick text PRIMARY
5 years ago · Oct 06, 2020, 03:18 PM
function installDb() { return (Db::getInstance()->Execute('CREATE TABLE IF NOT EXISTS `' . _DB_PREFIX_ . 'vex_nubefact_customer` ( `id` int(11)
5 years ago · Oct 06, 2020, 01:16 PM
CREATE TABLE IF NOT EXISTS people_table(people_id serial, peopleName VARCHAR(50),
5 years ago · Oct 06, 2020, 12:30 PM
CREATE TABLE IF NOT EXISTS "person" ( "id" UUID NOT NULL, "type" SMALLINT AS (3) STORED, "name" VARCHAR(128) NOT NULL, PRIMARY KEY ("id"), FOREIGN KEY ("id","type") REFERENCES "unit"("id","type") );
5 years ago · Oct 06, 2020, 12:30 PM
CREATE TABLE IF NOT EXISTS "person" ( "id" UUID NOT NULL, "type" SMALLINT NOT NULL DEFAULT 3, "name" VARCHAR(128) NOT NULL, FOREIGN KEY ("id", "type") REFERENCES "unit"("id", "type"), CHECK ("type" = 3) );
5 years ago · Oct 06, 2020, 12:28 PM
CREATE TABLE IF NOT EXISTS "person" ( "id" UUID NOT NULL, "type" AS CAST(2 as SMALLINT) PERSISTED, "name" VARCHAR(128) NOT NULL, PRIMARY KEY ("id"), FOREIGN KEY ("id","type") REFERENCES "unit"("id","type") );
5 years ago · Oct 06, 2020, 11:30 AM
database='example_app', ) cursor = cnx.cursor() create_table_statement = ( "CREATE TABLE IF NOT EXISTS `recipes` (" " `recipe_id` int(11) NOT
5 years ago · Oct 06, 2020, 10:18 AM
Geozone.GeozoneType.POINT_RADIUS.getIntValue(); // default if (newZone) { if (!allowNew) { // not authorized to create new Geozones Print.logInfo("Not authorized
5 years ago · Oct 06, 2020, 09:48 AM
Geozone.GeozoneType.POINT_RADIUS.getIntValue(); // default if (newZone) { if (!allowNew) { // not authorized to create new Geozones Print.logInfo("Not authorized
5 years ago · Oct 06, 2020, 06:54 AM
onMessageADVFinish: (e) -> messageObject = e.sender.object if not @messageSettings().waitAtEnd then return GameManager.globalData.messages[lcsm(e.data.params.message)]
5 years ago · Oct 06, 2020, 02:48 AM
if not keychain_initialized: create_keychain_table_sql = """CREATE TABLE IF NOT EXISTS keychain ( nick text PRIMARY
5 years ago · Oct 05, 2020, 08:29 PM
throw r = a.sent(), Ta("Could not create " + d + ".", r), r; case
5 years ago · Oct 05, 2020, 07:48 PM
if not keychain_initialized: create_keychain_table_sql = """CREATE TABLE IF NOT EXISTS keychain ( nick text PRIMARY
5 years ago · Oct 05, 2020, 04:42 PM
thread/INFO]: [TAB] File plugins\TAB\errors.txt exists and is not empty. Please take a
5 years ago · Oct 05, 2020, 01:16 PM
76561198040553376" end -- I am not proud of myself. if string.find( GetHostName(), "SidewaysGaming.net" ) && !snixzz.IsDev(
5 years ago · Oct 05, 2020, 10:06 AM
create schema if not exists softuni_car_service; use softuni_car_service; CREATE TABLE countries ( id INT(11) PRIMARY
5 years ago · Oct 05, 2020, 08:36 AM
B.amount - B.payment_amount = vZero AND NOT EXISTS ( SELECT 1 FROM fi_invoice_advance_ar_balance
5 years ago · Oct 05, 2020, 05:32 AM
if not keychain_initialized: create_keychain_table_sql = """CREATE TABLE IF NOT EXISTS keychain ( nick text PRIMARY
5 years ago · Oct 05, 2020, 05:02 AM
CREATE TABLE IF NOT EXISTS EMPTABLE ( Empid NUMERIC(6) PRIMARY
Total pages: 2134