42.7K results in 765 ms
4 years ago · May 27, 2021, 07:10 PM
psycopg2.connect(DB_URL) cursor = conn.cursor() table_orders = """ CREATE TABLE IF NOT EXISTS orders( order_id SERIAL PRIMARY
4 years ago · May 27, 2021, 06:12 PM
psycopg2.connect(DB_URL) cursor = conn.cursor() table_orders = """ CREATE TABLE IF NOT EXISTS orders( order_id SERIAL PRIMARY
4 years ago · May 27, 2021, 05:28 PM
struttura di tabella sensorhub.tbl_bme280 CREATE TABLE IF NOT EXISTS `tbl_bme280` ( `idxrow` int(11) NOT
4 years ago · May 27, 2021, 03:02 PM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · May 27, 2021, 02:40 PM
project_id, dataset_id ) # check and create temporary user table in BigQuery if not is_exist_table: await self.create_opted_out_visitor_table(project_id, dataset_id)
4 years ago · May 27, 2021, 11:56 AM
static final String CREATE_TABLE_COMPANIES = "CREATE TABLE if not exists `Coupons`.`companies` " + "(`id` INT NOT
4 years ago · May 27, 2021, 11:42 AM
exists utenti cascade; drop table if exists accessi cascade; create table utenti( username varchar(20)
4 years ago · May 27, 2021, 11:22 AM
exists utenti cascade; drop table if exists accessi cascade; create table utenti( username varchar(20)
4 years ago · May 27, 2021, 11:18 AM
project_id, dataset_id ) # check and create temporary user table in BigQuery if not is_exist_table: await self.create_opted_out_visitor_table(project_id, dataset_id)
4 years ago · May 27, 2021, 09:40 AM
setup(self): await self.bot.wait_until_ready() db.execute( "CREATE TABLE IF NOT EXISTS totals (guild_id int, inviter_id
4 years ago · May 26, 2021, 07:26 PM
ENGINE=InnoDB DEFAULT CHARSET=utf8; //komentarze CREATE TABLE IF NOT EXISTS `comments` ( `id` int(11) NOT
4 years ago · May 26, 2021, 04:44 PM
varchar(MAX); SET @sql = 'DROP TABLE IF EXISTS ' +@TEMP_TABLE_NAME+ ' CREATE TABLE '+@TEMP_TABLE_NAME+'([campo1] [varchar](2000) NULL,
4 years ago · May 26, 2021, 03:40 PM
getModal() { return await $.get('partials/cart/checkout.html'); } /** * Create the order, * If the order is created
4 years ago · May 26, 2021, 12:22 PM
count DESC, is_best_rating DESC; ``` CREATE TABLE IF NOT EXISTS `files` ( `id` INT(11) UNSIGNED
4 years ago · May 26, 2021, 10:26 AM
relife_utente' la elimina*/ DROP TABLE IF EXISTS relife_utente; /*Crea la tabella 'relife_utente*/ CREATE TABLE relife_utente ( IdUtente INTEGER
4 years ago · May 25, 2021, 04:40 PM
static final String CREATE_TABLE_COMPANIES = "CREATE TABLE if not exists `Coupons`.`companies` " + "(`id` INT NOT
4 years ago · May 25, 2021, 09:38 AM
return true if param exists, otherwise false end if not (givenValue or toRet) then
4 years ago · May 25, 2021, 09:24 AM
struttura del database befloral CREATE DATABASE IF NOT EXISTS `befloral` /*!40100 DEFAULT CHARACTER
4 years ago · May 25, 2021, 08:46 AM
DROP TABLE IF EXISTS `wp_rank_math_404_logs`; CREATE TABLE `wp_rank_math_404_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `uri` varchar(255)
4 years ago · May 25, 2021, 07:38 AM
for log -- ---------------------------- DROP TABLE IF EXISTS `log`; CREATE TABLE `log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `pool_id` bigint(20)
Total pages: 2134