42.7K results in 815 ms
8 years ago · Jan 23, 2018, 11:36 PM
simple indifference. ________________________________________ We are not the game police, if you want the Yozi
8 years ago · Jan 23, 2018, 11:16 PM
lcOurSKU ) *!* Else *!* .oLog.LogWarning("Unable to create style: " + lcOurSKU ) *!* Endif *!* ENDIF IF NOT EMPTY(&lcDistSku..lbl_code) IF NOT SEEK(lcSKu,lcExistingSku,"sku")
8 years ago · Jan 23, 2018, 11:16 PM
Options.MySQLDatabase); Connection.UseDatabase(_Options.MySQLDatabase); string query = @"CREATE TABLE IF NOT EXISTS `" + _Options.MySQLTable + @"` (" + @"`id` varchar(255) collate
8 years ago · Jan 23, 2018, 10:58 PM
lcOurSKU ) *!* Else *!* .oLog.LogWarning("Unable to create style: " + lcOurSKU ) *!* Endif *!* ENDIF IF NOT EMPTY(&lcDistSku..lbl_code) IF NOT SEEK(lcSKu,lcExistingSku,"sku")
8 years ago · Jan 23, 2018, 10:34 PM
lcOurSKU ) *!* Else *!* .oLog.LogWarning("Unable to create style: " + lcOurSKU ) *!* Endif *!* ENDIF IF NOT EMPTY(&lcDistSku..lbl_code) IF NOT SEEK(lcSKu,lcExistingSku,"sku")
8 years ago · Jan 23, 2018, 09:48 PM
the same endpoint already exists, append to it. - * if not, create a new pcm stream.
8 years ago · Jan 23, 2018, 09:44 PM
function cwDatafile:ClockworkDatabaseConnected() local CREATE_DATAFILE_TABLE = [[ CREATE TABLE IF NOT EXISTS `]]..Clockwork.config:Get("mysql_datafile_table"):Get()..[[` ( `_Key` smallint(11) unsigned
8 years ago · Jan 23, 2018, 09:36 PM
function cwDatafile:ClockworkDatabaseConnected() local CREATE_DATAFILE_TABLE = [[ CREATE TABLE IF NOT EXISTS `]]..Clockwork.config:Get("mysql_datafile_table"):Get()..[[` ( `_Key` smallint(11) unsigned
8 years ago · Jan 23, 2018, 09:34 PM
function Clockwork.database:OnConnected() local BANS_TABLE_QUERY = [[ CREATE TABLE IF NOT EXISTS `]]..Clockwork.config:Get("mysql_bans_table"):Get()..[[` ( `_Key` int(11) NOT
8 years ago · Jan 23, 2018, 09:14 PM
CREATE EXTERNAL TABLE IF NOT EXISTS test_messages PARTITIONED BY (dt
8 years ago · Jan 23, 2018, 09:12 PM
SQLite3::Database.new(DATABASE_FILE) do |db| db.execute "CREATE TABLE IF NOT EXISTS mirror( mirror TEXT PRIMARY
8 years ago · Jan 23, 2018, 09:12 PM
function cwDatafile:ClockworkDatabaseConnected() local CREATE_DATAFILE_TABLE = [[ CREATE TABLE IF NOT EXISTS `]]..Clockwork.config:Get("mysql_datafile_table"):Get()..[[` ( `_Key` smallint(11) unsigned
8 years ago · Jan 23, 2018, 09:04 PM
implementation -- vehicle db MySQL.createCommand("vRP/vehicles_table", [[ CREATE TABLE IF NOT EXISTS vrp_user_vehicles( user_id INTEGER, vehicle
8 years ago · Jan 23, 2018, 08:44 PM
private const String createTableSQL = @"CREATE TABLE IF NOT EXISTS hoge(name, email)"; // INSERTæ–‡ private
8 years ago · Jan 23, 2018, 08:40 PM
a couple of rows IF OBJECT_ID('dbo.TestDelete', 'U') IS NOT NULL DROP TABLE dbo.TestDelete; go create table TestDelete (ID int,
8 years ago · Jan 23, 2018, 07:34 PM
not null, ID_AKTORA int not null ) go if exists (select 1 from sys.extended_properties
8 years ago · Jan 23, 2018, 07:32 PM
table `epi_characters` -- DROP TABLE IF EXISTS `epi_characters`; CREATE TABLE `epi_characters` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(60)
8 years ago · Jan 23, 2018, 07:08 PM
DROP TABLE IF EXISTS `talents_data`; CREATE TABLE `talents_data` ( `id` int(11) NOT NULL, `type` enum('citizenship','status') NOT
8 years ago · Jan 23, 2018, 05:58 PM
IF OBJECT_ID(N'dbo.TEST', N'U') IS NOT NULL drop table if exists #t1; create table #t1 (OBJ_NAME sysname);
Total pages: 2134