42.7K results in 816 ms
7 years ago · Dec 11, 2018, 03:00 PM
php /* CREATE TABLE IF NOT EXISTS `tasks` ( `id` int(11) NOT
7 years ago · Dec 11, 2018, 02:34 PM
for table `area` -- DROP TABLE IF EXISTS `area`; /*!40101 SET @saved_cs_client
7 years ago · Dec 11, 2018, 02:12 PM
Check if Data file exists, if so import it, if not create it. If ((Test-Path $DataLocation\DFSData.xml)
7 years ago · Dec 11, 2018, 01:56 PM
DROP DATABASE IF EXISTS testdb; CREATE DATABASE testdb; USE testdb; CREATE TABLE sammelstelle ( sland VARCHAR(100) NOT
7 years ago · Dec 11, 2018, 01:54 PM
metric DROP TABLE IF EXISTS public.metric CASCADE; CREATE TABLE public.metric ( id bigserial NOT NULL, node_id bigint NOT
7 years ago · Dec 11, 2018, 01:46 PM
RAISERROR(@ErrorMessage,16,1) WITH NOWAIT END IF OBJECT_ID('tempdb..#Config') IS NOT NULL DROP TABLE #Config CREATE TABLE #Config ([Name] nvarchar(max),
7 years ago · Dec 11, 2018, 01:36 PM
USE `the_league_webapp` ; -- ----------------------------------------------------- -- Table `the_league_webapp`.`tl_brightcove` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `the_league_webapp`.`tl_brightcove` ( `id` BIGINT NOT
7 years ago · Dec 11, 2018, 01:22 PM
USE [MyMenu]; GO IF NOT EXISTS (SELECT * FROM sysobjects WHERE
7 years ago · Dec 11, 2018, 01:10 PM
client.sql(SALES_DROP_TABLE_QUERY) # Create table SALES_CREATE_TABLE_QUERY = ''' CREATE TABLE IF NOT EXISTS SALES_RECORDS_16( ID INTEGER PRIMARY
7 years ago · Dec 11, 2018, 11:56 AM
exists ti3_zadanie; create database if not exists ti3_zadanie; use ti3_zadanie; create table magazynyOpis( id smallint not
7 years ago · Dec 11, 2018, 11:40 AM
if the switch already exists if (swMap == null) { swMap = new
7 years ago · Dec 11, 2018, 11:40 AM
CREATE TABLE IF NOT EXISTS 10010101000035 ( `npl_medprod` VARCHAR(255), `npl_medprod_xmlns_xsi`
7 years ago · Dec 11, 2018, 11:16 AM
CREATE TABLE IF NOT EXISTS 10010101000035 ( `npl_medprod` INT, `npl_medprod_xmlns_xsi`
7 years ago · Dec 11, 2018, 11:10 AM
Schema mydb -- ----------------------------------------------------- -- ----------------------------------------------------- -- Schema mydb -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS mydb DEFAULT CHARACTER SET
7 years ago · Dec 11, 2018, 11:02 AM
s_STO; CREATE SEQUENCE s_fix; CREATE TABLE IF NOT EXISTS STO ( id INT PRIMARY
7 years ago · Dec 11, 2018, 10:52 AM
CREATE TABLE IF NOT EXISTS `Horoscope` ( `userid` bigint(20) unsigned
7 years ago · Dec 11, 2018, 10:28 AM
client.sql(SALES_DROP_TABLE_QUERY) # Create table SALES_CREATE_TABLE_QUERY = ''' CREATE TABLE IF NOT EXISTS SALES_RECORDS_17( ID INTEGER PRIMARY
7 years ago · Dec 11, 2018, 09:28 AM
transaction) { var i; transaction.executeSql('CREATE TABLE IF NOT EXISTS storage (id NVARCHAR(40) PRIMARY
7 years ago · Dec 11, 2018, 08:10 AM
static final String locationSQL = "CREATE TABLE IF NOT EXISTS location(id integer primary key,
Total pages: 2134