42.7K results in 734 ms
5 years ago · Apr 20, 2020, 12:52 PM
exists Borrower.Borrower_PK; drop table if exists Borrower; /*==============================================================*/ /* Table: Book */ /*==============================================================*/ create or replace table Book
5 years ago · Apr 20, 2020, 12:00 PM
true if https, false if not */ public function isHttps() { $retVal
5 years ago · Apr 20, 2020, 11:34 AM
exists Ret; drop table if exists Student; /*==============================================================*/ /* Table: Book */ /*==============================================================*/ create table Book ( B_ID int not null, Title varchar(1024) not
5 years ago · Apr 20, 2020, 09:24 AM
exists Library; drop table if exists Student; /*==============================================================*/ /* Table: Books */ /*==============================================================*/ create table Books ( Barcode blob not null, LibraryID int null,
5 years ago · Apr 20, 2020, 09:18 AM
exists Library; drop table if exists Student; /*==============================================================*/ /* Table: Books */ /*==============================================================*/ create table Books ( Barcode image not null, LibraryID int null,
5 years ago · Apr 20, 2020, 08:24 AM
catalog; go drop table if exists Foo; go -- 1.1 -- create table Foo ( Field1 int not null, Field2 varchar(10) ); go
5 years ago · Apr 20, 2020, 01:22 AM
print("[MySQL] Verificando tabelas..."); mysql_query(DBConn, "CREATE TABLE IF NOT EXISTS Player (\ id int NOT
5 years ago · Apr 19, 2020, 07:20 PM
callback(); }); }); } function createTable(callback) { connection.query(`CREATE TABLE IF NOT EXISTS EventStore ( uid INT(6) UNSIGNED
5 years ago · Apr 19, 2020, 09:34 AM
exists Borrow; drop table if exists Student; /*==============================================================*/ /* Table: Book */ /*==============================================================*/ create table Book ( id int not null, title char(256) not
5 years ago · Apr 19, 2020, 05:48 AM
EXISTS Album; DROP TABLE IF EXISTS Track; CREATE TABLE Artist ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT
5 years ago · Apr 19, 2020, 05:08 AM
disconnect all handlers." end if funcNameOrFunc == "Create" then return "Function Create. ".. "Arguments: A table containing information about how
5 years ago · Apr 19, 2020, 12:48 AM
Дамп таблиц # ------------------------------------------------------------ DROP TABLE IF EXISTS `Authors`; CREATE TABLE `Authors` ( `idAuthor` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(200)
5 years ago · Apr 18, 2020, 08:02 PM
null); // Check if the table does not exist, if it does not, then create one. if(!tables.next()) { PreparedStatement statement
5 years ago · Apr 18, 2020, 06:02 PM
DROP DATABASE IF EXISTS projekt_jg_mk; CREATE DATABASE projekt_jg_mk; USE projekt_jg_mk; CREATE TABLE Reservation_Status ( ID INT AUTO_INCREMENT,
5 years ago · Apr 18, 2020, 05:42 PM
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "pump_entities" already exists; SQL statement: create table pump_entities (id varchar(300) not null, borehole_depth double, borehole_diameter
5 years ago · Apr 18, 2020, 03:24 PM
il comando DROP writer.WriteLine("DROP TABLE IF EXISTS `" & rigaTabella(0) & "`;") 'Carico il comando
5 years ago · Apr 18, 2020, 02:18 PM
exists student; drop table if exists writing; /*==============================================================*/ /* Table: author */ /*==============================================================*/ create table author ( a_ID varchar(64) not null, name varchar(1024) not
5 years ago · Apr 18, 2020, 02:04 PM
exists student; drop table if exists writing; /*==============================================================*/ /* Table: author */ /*==============================================================*/ create table author ( a_ID varchar(64) not null, name varchar(128) not
5 years ago · Apr 18, 2020, 03:26 AM
sysstat & 0xf = 3) drop table "dbo"."Orders" GO if exists (select * from sysobjects where
5 years ago · Apr 18, 2020, 03:12 AM
sysstat & 0xf = 3) drop table "dbo"."Orders" GO if exists (select * from sysobjects where
Total pages: 2134