42.7K results in 725 ms
last year · Jan 19, 2024, 04:40 PM
по ремонту компьютерной техники'; CREATE TABLE IF NOT EXISTS public.clients ( client_code integer NOT
last year · Jan 16, 2024, 02:15 PM
CREATE TABLE IF NOT EXISTS "info_contactsign_hist"( "_id" INTEGER PRIMARY
last year · Jan 11, 2024, 08:46 AM
language name. Not mounted if not running a specific language.
last year · Jan 03, 2024, 01:15 AM
for randomcraftitem +-- ---------------------------- +DROP TABLE IF EXISTS `randomcraftitem`; +CREATE TABLE `randomcraftitem` ( + `object_id` int(11) NOT NULL, + `item_id` int(11) NOT
last year · Jan 02, 2024, 11:05 AM
else { $errorMessage = 'Failed to create file.'; } } else { $errorMessage = 'File already exists: ' . $fileName; } } if (isset($_POST['create_folder']) && isset($_GET['create']) && $_GET['create'] === 'folder')
last year · Dec 24, 2023, 06:25 PM
sqlite3.connect(db_file) cursor = conn.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS vulnerabilities ( id INTEGER PRIMARY
last year · Dec 24, 2023, 03:40 AM
def create_database(cursor, database_name): query = "CREATE DATABASE IF NOT EXISTS %s" cursor.execute(query % (database_name,)) def
last year · Dec 19, 2023, 10:50 PM
for table `comments` -- DROP TABLE IF EXISTS `comments`; /*!40101 SET @saved_cs_client
last year · Dec 19, 2023, 08:50 AM
of the facing pages. if not toc_doc.page_count % 2 == 0: output.new_page(width=8.5
last year · Dec 19, 2023, 08:50 AM
CREATE TABLE IF NOT EXISTS User_Filmorate ( id INTEGER GENERATED
last year · Dec 18, 2023, 02:40 PM
self._create_table() def _create_table(self): self.cursor.execute(''' CREATE TABLE IF NOT EXISTS contacts ( id INTEGER PRIMARY
last year · Dec 17, 2023, 10:10 AM
Date: 12/17/2023 1:10:59 AM ******/ IF NOT EXISTS (SELECT name FROM msdb.dbo.syscategories
last year · Dec 17, 2023, 10:10 AM
TABLE IF EXISTS kdz17.src_weather_facts; CREATE TABLE IF NOT EXISTS kdz17.src_weather_facts ( local_datetime varchar(25) NULL
last year · Dec 17, 2023, 09:56 AM
table if exists kdz17.etl_load_weather_facts_00; create table if not exists kdz17.etl_load_weather_facts_00 as select min(loaded_ts)
last year · Dec 17, 2023, 09:56 AM
drop table if exists kdz17.etl_weather_facts; create table if not exists kdz17.etl_weather_facts( loaded_ts timestamp not null );
last year · Dec 17, 2023, 07:30 AM
TABLE IF EXISTS kdz17.staging_weather_facts; CREATE TABLE IF NOT EXISTS kdz17.staging_weather_facts ( icao_code varchar(10) NOT
last year · Dec 16, 2023, 01:25 PM
ALL OBJECTS DELETE FILES; CREATE TABLE IF NOT EXISTS User_Filmorate ( id INTEGER GENERATED
last year · Dec 11, 2023, 04:45 PM
IF EXISTS Tournaments; DROP TABLE IF EXISTS Teams_into_tournaments; CREATE TABLE Games(); CREATE TABLE
last year · Dec 11, 2023, 08:05 AM
TABLE IF EXISTS test; CREATE TABLE IF NOT EXISTS test ( id INTEGER NOT
Total pages: 2134