42.7K results in 798 ms
9 years ago · Oct 31, 2016, 10:52 AM
CREATE TABLE IF NOT EXISTS `e_rebirth_list` ( `id` INT(11) UNSIGNED
9 years ago · Oct 31, 2016, 10:50 AM
sql = "CREATE TABLE IF NOT EXISTS MATIERE( codemat VARCHAR( 3
9 years ago · Oct 31, 2016, 10:42 AM
mConnection2.Open(); mc2.ExecuteNonQuery(); /*var commandStr = "If not exists (select name from sysobjects where name = 'Customer') CREATE TABLE Customer(First_Name char(50),Last_Name char(50),Address
9 years ago · Oct 31, 2016, 10:28 AM
toSql() // output sql query ->exists() // check if any row exists ->fresh()
9 years ago · Oct 31, 2016, 10:28 AM
mConnection2.Open(); mc2.ExecuteNonQuery(); /*var commandStr = "If not exists (select name from sysobjects where name = 'Customer') CREATE TABLE Customer(First_Name char(50),Last_Name char(50),Address
9 years ago · Oct 31, 2016, 10:24 AM
of <zmq.eventloop.zmqstream.ZMQStream object>>\n 441 if not self.socket:\n 442 return\n 443
9 years ago · Oct 31, 2016, 10:22 AM
formatex( g_szQuery, charsmax( g_szQuery ), "CREATE TABLE IF NOT EXISTS `amxx_maps` (`mapname` varchar(64) NOT
9 years ago · Oct 31, 2016, 09:54 AM
mConnection2.Open(); mc2.ExecuteNonQuery(); /*var commandStr = "If not exists (select name from sysobjects where name = 'Customer') CREATE TABLE Customer(First_Name char(50),Last_Name char(50),Address
9 years ago · Oct 31, 2016, 09:44 AM
mConnection2.Open(); mc2.ExecuteNonQuery(); /*var commandStr = "If not exists (select name from sysobjects where name = 'Customer') CREATE TABLE Customer(First_Name char(50),Last_Name char(50),Address
9 years ago · Oct 31, 2016, 09:08 AM
SqlCommand(sql1, mConnection); /*var commandStr = "If not exists (select name from sysobjects where name = 'Customer') CREATE TABLE Customer(First_Name char(50),Last_Name char(50),Address
9 years ago · Oct 31, 2016, 08:02 AM
CREATE TABLE IF NOT EXISTS `VBangMemPtnInfo` ( `MemoryPatternName` varchar(20) NOT
9 years ago · Oct 31, 2016, 07:56 AM
CREATE TABLE IF NOT EXISTS `VBangMemPtnInfo` ( `MemoryPatternName` varchar(20) NOT
9 years ago · Oct 31, 2016, 07:40 AM
for `estados` -- ---------------------------- DROP TABLE IF EXISTS `estados`; CREATE TABLE `estados` ( `idestado` int(11) NOT NULL, `estado` varchar(70) NOT
9 years ago · Oct 31, 2016, 06:20 AM
TEXT, column_name REAL )''') c.execute(''' CREATE TABLE IF NOT EXISTS table_name( column_name TEXT, column_name
9 years ago · Oct 31, 2016, 04:10 AM
database HalloweenDB = db_open("halloween.db"); db_query(HalloweenDB, "CREATE TABLE IF NOT EXISTS halloween_players (Name TEXT, Candy
9 years ago · Oct 31, 2016, 02:26 AM
Described -- Creating USACusts View IF OBJECT_ID('CombiLocomotive') IS NOT NULL DROP VIEW CombiLocomotive; GO CREATE VIEW CombiLocomotive AS SELECT
9 years ago · Oct 31, 2016, 02:08 AM
try { DatabaseConnection.st = DatabaseConnection.conn.createStatement(); DatabaseConnection.st.executeUpdate("CREATE TABLE IF NOT EXISTS" + "(PlayerName VARCHAR(30)PRIMARY KEY," + "DateOfBirth
9 years ago · Oct 31, 2016, 01:30 AM
mame|mess|ume)") { If !SystemModuleIni.Exist() SystemModuleIni.Append ; create a new blank ini file if one does not exist } coreOptionsCFG := LoadProperties(coreOptionsCFGFile.FileFullPath) If
9 years ago · Oct 31, 2016, 12:36 AM
made } if (found == false) { //if not found and attempts ran
Total pages: 2134