42.7K results in 812 ms
7 years ago · Sep 12, 2018, 01:56 PM
SQL Code: -- ----------------------------------------------------- -- Table wallet.saldo -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS wallet.saldo ( cod_saldo INT NOT
7 years ago · Sep 12, 2018, 01:54 PM
write your request req = """CREATE TABLE IF NOT EXISTS users( id INTEGER PRIMARY
7 years ago · Sep 12, 2018, 01:50 PM
static final String DATABASE_CREATE = "create table " + TABLE_NAME + "( " + COLUMN_ID + " integer primary key autoincrement, " + COLUMN_TRUCKID+ " text not null, " + COLUMN_NAME+ " text not
7 years ago · Sep 12, 2018, 10:56 AM
tmp.SalesOrg_9_ValueID = @_SalesAreaID ) AND vd.DistributorName NOT LIKE N'%test%'; DROP TABLE #tmpMDM_GetDistributorWithSalesOrg DROP TABLE #tmpPermission CREATE NONCLUSTERED INDEX [#tmpDistributor_index] ON
7 years ago · Sep 12, 2018, 09:12 AM
CREATE TABLE IF NOT EXISTS `categories` ( `id` int(10) unsigned
7 years ago · Sep 12, 2018, 08:58 AM
next value if it exists. Examples: loop all players: if loop-value does not have permission "moderator": continue
7 years ago · Sep 12, 2018, 08:20 AM
sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS `access_types`; CREATE TABLE `access_types` ( `type` int(10) unsigned NOT NULL, `name` varchar(255) COLLATE
7 years ago · Sep 12, 2018, 08:16 AM
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; DROP TABLE IF EXISTS `clients`; CREATE TABLE `clients` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `redirect_uri` varchar(191)
7 years ago · Sep 12, 2018, 06:06 AM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
7 years ago · Sep 12, 2018, 03:30 AM
Lawrence? 105 00:07:56,470 --> 00:07:58,039 If the bitch exists, 106 00:07:58,339 --> 00:08:00,506 I'd
7 years ago · Sep 12, 2018, 02:40 AM
Shields are nice, but not if they engender passivity. #BRACKET_ENCNAME
7 years ago · Sep 12, 2018, 01:48 AM
for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client
7 years ago · Sep 12, 2018, 01:04 AM
foreign keys * --Lots of "IF EXISTS ... ALTER TABLE <name> DROP CONSTRAINT <constraint
7 years ago · Sep 12, 2018, 12:56 AM
DROP TABLE IF EXISTS `twinklero`.`pvpladder`; CREATE TABLE `twinklero`.`pvpladder` ( `char_id` int(11) NOT NULL default '0', `name`
7 years ago · Sep 11, 2018, 10:30 PM
bitte hart'); DROP PROCEDURE IF EXISTS `drop_all_tables`; DELIMITER $$ CREATE PROCEDURE `drop_all_tables`() BEGIN DECLARE
7 years ago · Sep 11, 2018, 09:10 PM
or exists 'readme.txt' or exists 'readme.md' function ml.exists (filename) local f = io.open(filename) if not f then return nil
7 years ago · Sep 11, 2018, 09:06 PM
DATABASE, 0); formatex(g_szQuery, charsmax(g_szQuery), "CREATE TABLE IF NOT EXISTS `maps`( \ mid INTEGER PRIMARY KEY,\
Total pages: 2134