42.7K results in 786 ms
5 years ago · Jul 18, 2020, 12:42 PM
createTable() { try { String command = "CREATE TABLE IF NOT EXISTS CaseTable (ID INT(100), Casename
5 years ago · Jul 18, 2020, 12:26 PM
addClass(className string, database *sql.DB) { // Create a new Class db, err := database.Prepare("CREATE TABLE IF NOT EXISTS " + className + " (id INTEGER PRIMARY
5 years ago · Jul 18, 2020, 11:20 AM
nil { log.Fatal(err) } defer database.Close() // Create a new Class db, err := database.Prepare("CREATE TABLE IF NOT EXISTS " + className + " (id INTEGER PRIMARY
5 years ago · Jul 18, 2020, 07:56 AM
the media frame already exists, reopen it. if ( file_frame ) { file_frame.open(); return; } // Create the media frame. file_frame
5 years ago · Jul 17, 2020, 10:24 PM
NOT NULL, DESCRIPTION VARCHAR(2048) NOT NULL, ); DROP TABLE IF EXISTS "GENDER"; CREATE TABLE GENDER ( GENDER_ID BIGSERIAL
5 years ago · Jul 17, 2020, 04:12 PM
estructura para tabla arzen001.data_rows CREATE TABLE IF NOT EXISTS `data_rows` ( `id` int(10) unsigned
5 years ago · Jul 17, 2020, 03:42 PM
newPath\newShare\) SET NOCOUNT ON IF OBJECT_ID('TEMPDB..#ClientDatabases') IS NOT NULL DROP TABLE #ClientDatabases CREATE TABLE #ClientDatabases ( eCapClientId int,
5 years ago · Jul 17, 2020, 03:40 PM
new' SET NOCOUNT ON IF OBJECT_ID('TEMPDB..#CaseDatabases') IS NOT NULL DROP TABLE #CaseDatabases CREATE TABLE #CaseDatabases ( CaseProductEnvironmentID int,
5 years ago · Jul 17, 2020, 02:16 PM
end end clsTurtle.dig(self, "up") -- create player coridoor if not turtle.detectDown() then if not
5 years ago · Jul 17, 2020, 01:52 PM
DROP TABLE IF EXISTS `test_table`; CREATE TABLE `test_table` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(8)
5 years ago · Jul 17, 2020, 09:02 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
5 years ago · Jul 17, 2020, 08:36 AM
entry ("..tostring(k).." => "..tostring(v)..") in Create body", 2) end end --apply constructor function if it exists if ctor then ctor(obj)
5 years ago · Jul 17, 2020, 06:44 AM
Номенклатура: Телефонни типове IF NOT EXISTS (SELECT [NAME] FROM TOP_NOMS
5 years ago · Jul 17, 2020, 06:24 AM
valid data\n"); } else { $sqlCommand = 'CREATE DATABASE IF NOT EXISTS Product'; $connect->query($sqlCommand); $checkTable = "SELECT
5 years ago · Jul 17, 2020, 05:52 AM
valid data\n"); } else { $sqlCommand = "CREATE DATABASE IF NOT EXISTS Product"; $connect->query($sqlCommand); $checkTable = "SELECT
5 years ago · Jul 17, 2020, 03:40 AM
Create cursor c = koneksi.cursor() # Create table if not exists c.execute("""CREATE TABLE IF NOT
5 years ago · Jul 16, 2020, 06:42 PM
sqlite3.connect('contact.db') c = conn.cursor() c.execute(""" CREATE TABLE IF NOT EXISTS contacts ( firstname text, lastname
5 years ago · Jul 16, 2020, 06:01 PM
Estrutura da tabela `admin` -- CREATE TABLE if not exists `admin` ( `email` varchar(40) NOT
5 years ago · Jul 16, 2020, 02:06 PM
Create Schema DROP SCHEMA IF EXISTS `platform`; CREATE SCHEMA `platform`; USE `platform`;
5 years ago · Jul 16, 2020, 01:30 PM
select * from map_diff; /*drop table if exists map_diff; create table map_diff as ( with
Total pages: 2134