42.7K results in 773 ms
5 years ago · May 12, 2020, 10:48 AM
USE `restockchicago` ; -- ----------------------------------------------------- -- Table `restockchicago`.`ProductsImages` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `restockchicago`.`ProductsImages` ( `idImages` INT NOT
5 years ago · May 12, 2020, 10:20 AM
Massaggiatore CASCADE; DROP TYPE IF EXISTS Orario; CREATE TABLE Cliente ( CodiceFiscale CHAR(16) PRIMARY
5 years ago · May 12, 2020, 05:50 AM
table for test drop table if exists test.messages; CREATE TABLE test.messages ( id INT
5 years ago · May 12, 2020, 03:30 AM
p) file """ # Verify Directory Exists if not os.path.exists(dir): raise OSError('Provided output
5 years ago · May 12, 2020, 01:02 AM
date, PRIMARY KEY (sales_order_id) ); IF EXISTS (SELECT * FROM standard_operation)DROP TABLE standard_operation; CREATE TABLE standard_operation( product_id INT
5 years ago · May 12, 2020, 12:54 AM
DieWithFriendlyErrorMsg( "User $username already exists!" ); // User not created! return false; } else { // Create User $result = DB_Query("INSERT INTO
5 years ago · May 11, 2020, 07:46 PM
the necessary tables db.exec(` CREATE TABLE IF NOT EXISTS "playlists" ( "id" INTEGER NOT
5 years ago · May 11, 2020, 01:20 PM
CREATE TABLE IF NOT EXISTS `accounts` ( `name` varchar(24) NOT
5 years ago · May 11, 2020, 10:52 AM
for globalvotes -- ---------------------------- DROP TABLE IF EXISTS `globalvotes`; CREATE TABLE `globalvotes` ( `voteSite` tinyint(2) NOT NULL, `lastRewardVotes` int(11) NULL
5 years ago · May 11, 2020, 07:40 AM
file cur = conn.cursor() cur.execute('create table if not exists tasks (title text)') task
5 years ago · May 10, 2020, 03:58 PM
static final String CREATE_MOVIE = "CREATE TABLE IF NOT EXISTS Movie(" + "id integer primary
5 years ago · May 10, 2020, 03:50 PM
sqlite3.connect('main.sqlite') cursor = db.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS main( guild_id TEXT, msg
5 years ago · May 10, 2020, 03:34 PM
157, NULL, 6, 1), (163, NULL, 84, 6); DROP TABLE IF EXISTS 'Item'; CREATE TABLE 'Item' ( 'Id' int(11) NOT NULL AUTO_INCREMENT, 'CustomData' varchar(250)
5 years ago · May 10, 2020, 02:52 PM
COLLATE = utf8mb4_unicode_ci USE `62231_viktor_mirev`; CREATE TABLE IF NOT EXISTS users ( id INT AUTO_INCREMENT
5 years ago · May 10, 2020, 01:10 PM
for globalvotes -- ---------------------------- DROP TABLE IF EXISTS `globalvotes`; CREATE TABLE `globalvotes` ( `voteSite` tinyint(2) NOT NULL, `lastRewardVotes` int(11) NULL
Total pages: 2134