42.7K results in 796 ms
8 years ago · Aug 24, 2018, 06:16 AM
table `poly_table` */ DROP TABLE IF EXISTS `poly_table`; CREATE TABLE `poly_table` ( `id` int(11) NOT NULL AUTO_INCREMENT, `poly_id` int(11)
8 years ago · Aug 24, 2018, 06:02 AM
to make sure Settings.php exists! if (file_exists(dirname(__FILE__) . '/Settings.php')) $settingsArray = file(dirname(__FILE__)
8 years ago · Aug 24, 2018, 04:46 AM
CREATE TABLE IF NOT EXISTS `temp_dup_name` ( `guid` int(11) NOT
8 years ago · Aug 24, 2018, 02:46 AM
00:22:14] [Server thread/WARN] [enderio]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@4
8 years ago · Aug 24, 2018, 02:34 AM
underscores permitted! //SQL file CREATE TABLE IF NOT EXISTS `sm_shops` (`ID` int(11) NOT
8 years ago · Aug 24, 2018, 01:42 AM
IF OBJECT_ID("#tmpResults") IS NOT NULL DROP TABLE #tmpResults GO BEGIN CREATE TABLE #tmpResults ( Id NUMERIC(12)
8 years ago · Aug 24, 2018, 12:04 AM
defined in `spell_phase` does not exists, skipped.", spellPhaseInfo.spellId); continue; } if (!spell->HasAura(SPELL_AURA_PHASE)) { sLog->outError(LOG_FILTER_SQL, "Spell %u
8 years ago · Aug 23, 2018, 11:52 PM
defined in `spell_phase` does not exists, skipped.", spellPhaseInfo.spellId); continue; } if (!spell->HasAura(SPELL_AURA_PHASE)) { sLog->outError(LOG_FILTER_SQL, "Spell %u
8 years ago · Aug 23, 2018, 11:50 PM
TRANSACTION (1) DROP TABLE IF EXISTS `knowledge`.`aaa`; CREATE TABLE `knowledge`.`aaa` ( `id` int(11) NOT NULL AUTO_INCREMENT, `message` longtext,
8 years ago · Aug 23, 2018, 11:34 PM
szTablePremiums[] = "hns_premiums"; /* consulta MYSQL: CREATE TABLE IF NOT EXISTS hns_table ( id INT(10) UNSIGNED
8 years ago · Aug 23, 2018, 10:20 PM
Criando as Tabelas cur.executescript(''' CREATE TABLE IF NOT EXISTS Funcionarios ( id INTEGER NOT
8 years ago · Aug 23, 2018, 09:56 PM
CREATE TABLE IF NOT EXISTS RUNS ( runsid INTEGER PRIMARY
8 years ago · Aug 23, 2018, 09:22 PM
How can I add an index to a table using ClojureQL? (ns foo (:require [clojure.java [jdbc :as sql]])) (sql/with-connection db (sql/do-commands "CREATE INDEX IF NOT EXISTS my_index ON some_table (a_column)" ))
8 years ago · Aug 23, 2018, 09:20 PM
line in question c.execute(""" create table if not exists bar(?, ? ,?); """, lineTuple) else: c.execute("""
8 years ago · Aug 23, 2018, 07:44 PM
char const * const CREATE_ROOMS_TABLE_SQL = "CREATE TABLE IF NOT EXISTS Rooms (" "id INTEGER PRIMARY
8 years ago · Aug 23, 2018, 07:38 PM
getSelection() SelectionBox.Adornee = selection end) if not success then SelectionBox.Adornee = nil
8 years ago · Aug 23, 2018, 07:18 PM
end end function Throwtool(dPos) if not tool.Handle then return end
8 years ago · Aug 23, 2018, 07:18 PM
end end function Throwtool(dPos) if not tool.Handle then return end
8 years ago · Aug 23, 2018, 07:18 PM
end end function Throwtool(dPos) if not tool.Handle then return end
Total pages: 2134