42.7K results in 765 ms
4 years ago · Sep 09, 2021, 03:10 PM
SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[tbl_InventoryReference]( [id] [int] IDENTITY(1,1) NOT NULL, [col_partnum] [nvarchar] (50)
4 years ago · Sep 09, 2021, 02:54 PM
USE [Phonebook_Db]; IF NOT EXISTS (SELECT * FROM sys.objects WHERE
4 years ago · Sep 08, 2021, 03:32 PM
formułuję polecenie SQL $sql = "create table Tabelka( Nazwisko char(10) not NULL, Pesel char(11) not
4 years ago · Sep 08, 2021, 02:48 PM
DROP TABLE [PHONEBOOK].[dbo].[CITIES] END CREATE TABLE [dbo].[CITIES]( [ID] [int] IDENTITY NOT NULL, [UPDATE_COUNTER] [int] NOT
4 years ago · Sep 08, 2021, 12:50 PM
exists Product Hibernate: drop table if exists STUDENTS Hibernate: create table hibernate_sequence (next_val bigint)
4 years ago · Sep 08, 2021, 11:52 AM
temp_so_alloc_removed_gr_mf_83; -- init table temp CREATE TABLE IF NOT EXISTS temp_so_alloc_removed_gr_mf_83( type CHARACTER varying,
4 years ago · Sep 07, 2021, 10:56 PM
in tables: data += "DROP TABLE IF EXISTS `" + str(table) + "`;" cur.execute("SHOW CREATE TABLE `" + str(table) + "`;") data += "\n"
4 years ago · Sep 07, 2021, 07:10 PM
exists like this # db_conn.execute("DROP TABLE IF EXISTS Employees") # db_conn.commit() try: db_conn.execute("CREATE
4 years ago · Sep 07, 2021, 04:20 PM
INT = -1 ) AS BEGIN IF (OBJECT_ID('tempdb..#ItemCountTable') IS NOT NULL) DROP TABLE #ItemCountTable CREATE TABLE #ItemCountTable ( CountOfDescriptions INT
4 years ago · Sep 07, 2021, 04:18 PM
INT = -1 ) AS BEGIN IF (OBJECT_ID('tempdb..#ItemCountTable') IS NOT NULL) DROP TABLE #ItemCountTable CREATE TABLE #ItemCountTable ( CountOfDescriptions INT
4 years ago · Sep 07, 2021, 08:40 AM
conn.close() def InitDB(DatabaseName): DeviceInformation_Table = """ CREATE TABLE IF NOT EXISTS DeviceInformation ( id integer PRIMARY
4 years ago · Sep 07, 2021, 06:54 AM
pgwatch2@pgwatch2_metrics CONTEXT: SQL statement "CREATE TABLE IF NOT EXISTS public.configured_dbs (LIKE admin.metrics_template INCLUDING
4 years ago · Sep 06, 2021, 07:10 PM
transactions"); } } (async () => { db.serialize(() => { db.run( "CREATE TABLE IF NOT EXISTS transactions (txn TEXT, meta
4 years ago · Sep 06, 2021, 07:10 PM
IF EXISTS refunds"); db.run( "CREATE TABLE IF NOT EXISTS refunds (sig TEXT, address
4 years ago · Sep 06, 2021, 07:06 PM
resolve(); }); }); } (async () => { db.serialize(() => { db.run( "CREATE TABLE IF NOT EXISTS signatures (signature TEXT, blockTime
4 years ago · Sep 06, 2021, 12:14 PM
temp_so_vs_multi_si_mf_83; -- init table temp CREATE TABLE IF NOT EXISTS temp_so_vs_multi_si_mf_83( so_id BIGINT NOT
4 years ago · Sep 06, 2021, 11:16 AM
CREATE DATABASE IF NOT EXISTS test ON CLUSTER example_cluster; CREATE TABLE `test`.events_shard_wojtus_test ON CLUSTER "example_cluster"
4 years ago · Sep 06, 2021, 10:50 AM
CREATE TABLE IF NOT EXISTS users ( username TEXT PRIMARY
4 years ago · Sep 06, 2021, 04:48 AM
DROP TABLE IF EXISTS `employees`; CREATE TABLE `employees` ( `id` int(11) NOT NULL AUTO_INCREMENT, `number` varchar(16)
Total pages: 2134