42.7K results in 822 ms
10 years ago · Sep 08, 2016, 12:02 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
10 years ago · Sep 07, 2016, 11:48 PM
19:41:50] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering BC Autorcrafting Table [19:41:50] [Client thread/INFO] [NEIAddons|CraftingTables]:
10 years ago · Sep 07, 2016, 09:42 PM
maintenancetemp SELECT 'USE ' + QUOTENAME(NAME) + '; IF NOT EXISTS (SELECT * FROM sys.database_principals WHERE name = N''' + @username + ''') CREATE USER ' + QUOTENAME(@username) + ' FOR LOGIN
10 years ago · Sep 07, 2016, 09:10 PM
CREATE TABLE IF NOT EXISTS users ( user_id SERIAL PRIMARY
10 years ago · Sep 07, 2016, 08:06 PM
arg) (call) (jf false-47) ;; If the msg is not 'bar then jump to
10 years ago · Sep 07, 2016, 06:46 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
10 years ago · Sep 07, 2016, 06:40 PM
GO USE [$(DatabaseName)]; GO IF (SELECT OBJECT_ID('tempdb..#tmpErrors')) IS NOT NULL DROP TABLE #tmpErrors GO CREATE TABLE #tmpErrors (Error int)
10 years ago · Sep 07, 2016, 06:36 PM
printf("1"); exit(); } $result = $db->query(" CREATE TABLE IF NOT EXISTS test_table ( id INT AUTO_INCREMENT,
10 years ago · Sep 07, 2016, 06:34 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
10 years ago · Sep 07, 2016, 06:24 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
10 years ago · Sep 07, 2016, 06:16 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
10 years ago · Sep 07, 2016, 06:12 PM
pray4luck` -- -- -------------------------------------------------------- -- -- Struktura tabulky `settings` -- CREATE TABLE IF NOT EXISTS `settings` ( `id` int(11) NOT
10 years ago · Sep 07, 2016, 05:04 PM
sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS postcodes_geo; CREATE TABLE postcodes_geo ( id int(11) NOT NULL auto_increment, postcode varchar(5)
10 years ago · Sep 07, 2016, 03:16 PM
on final String BUILD_TABLE_STATEMENT = "CREATE TABLE IF NOT EXISTS " + TABLE + " (id varchar(32) NOT
10 years ago · Sep 07, 2016, 02:34 PM
trauma team acted as if the others were not there. On other occasions,
10 years ago · Sep 07, 2016, 01:38 PM
( cust_user_id int, primary key (cust_user_id) ); create table if not exists users ( prid INT, foreign key (prid) references customers(cust_user_id) ON UPDATE CASCADE );
10 years ago · Sep 07, 2016, 11:54 AM
TABLE IF EXISTS `catalog_products_properties`; CREATE TABLE IF NOT EXISTS `catalog_products_properties` ( `product_id` varchar(36) NOT
10 years ago · Sep 07, 2016, 11:50 AM
dbase = db; String sql = "CREATE TABLE IF NOT EXISTS " + TABLE_QUEST + " ( " + KEY_ID + " INTEGER PRIMARY
Total pages: 2134