42.7K results in 811 ms
8 years ago · Feb 28, 2018, 08:57 PM
default user/password s1/p1 is NOT RECOMMENDED.\n"); ShowNotice("Please edit your 'login' table to create a proper inter-server user/password
8 years ago · Feb 28, 2018, 08:18 PM
default, and it is not possible to create a spawn that lastst forever. If an event label is
8 years ago · Feb 28, 2018, 08:11 PM
DATABASE exajsf; USE exajsf; CREATE TABLE IF NOT EXISTS `socios` ( `ID` smallint(5) unsigned
8 years ago · Feb 28, 2018, 08:08 PM
CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name (create_definition,...) [table_options] [partition_options]
8 years ago · Feb 28, 2018, 08:02 PM
TABLE IF EXISTS `mall_banned_items`; CREATE TABLE IF NOT EXISTS `mall_banned_items` ( `entry` int(10) unsigned
8 years ago · Feb 28, 2018, 07:52 PM
table_name = 'product_custom_field_mapping'; // test if table exists if (! $this->db->table_exists($table_name)) { echo '<p>Table ' . $table_name . ' does not exist. Creating table...</p>'; // create
8 years ago · Feb 28, 2018, 07:50 PM
CREATE TABLE IF NOT EXISTS `#__gruposlocales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `latitude` float(10,6) NOT NULL DEFAULT '255.000000', `longitude` float(10,6) NOT NULL DEFAULT '255.000000',
8 years ago · Feb 28, 2018, 07:48 PM
START -- CREATE A SEQUENCE /* create table "TBL_NAME" ( "TBL_NAME_ID" number(19,0) NOT NULL , ... */ -------------------------------------------------------- -- drop the sequence if it exists -- select * from
8 years ago · Feb 28, 2018, 07:04 PM
mysql_user, mysql_database, mysql_password); mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(40),
8 years ago · Feb 28, 2018, 07:02 PM
long[setSizes.length][2][runsPerDataSetSize]; // Check to see if file exists and delete so the file does not get appended to on
8 years ago · Feb 28, 2018, 07:02 PM
waitingroom strnpcinfo(2) + ". " + strnpcinfo(1)+"",0; query_sql "CREATE TABLE IF NOT EXISTS `pointlog` (`id` int(11) NOT
8 years ago · Feb 28, 2018, 07:00 PM
0 E smd_channel_probe_now: allocation table not initialized 02-16 11:19:39.057 0
8 years ago · Feb 28, 2018, 06:42 PM
void createwd_Blocks() { String sql = "CREATE TABLE IF NOT EXISTS "+ watchdogblocks +"(UUID VARCHAR(64),Name VARCHAR(100),Block
8 years ago · Feb 28, 2018, 06:26 PM
DROP TABLE IF EXISTS `moopledev`.`shopitems`; CREATE TABLE `moopledev`.`shopitems` ( `shopitemid` int(10) unsigned NOT NULL AUTO_INCREMENT, `shopid` int(10)
8 years ago · Feb 28, 2018, 06:18 PM
CreateTables: function(){ //test db.execute('create table if not exists Test (Phrase text, Timestamp
8 years ago · Feb 28, 2018, 05: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']));
8 years ago · Feb 28, 2018, 04:58 PM
the first time, and if the table exists do not create it... createTable(); } public static
8 years ago · Feb 28, 2018, 04:38 PM
NULL, seq_val INT UNSIGNED NOT NULL ); delimiter // DROP FUNCTION IF EXISTS getNextCustomSeq// CREATE FUNCTION getNextCustomSeq ( sSeqName VARCHAR(10),
8 years ago · Feb 28, 2018, 04:16 PM
for rare_values -- ---------------------------- DROP TABLE IF EXISTS `rare_values`; CREATE TABLE `rare_values` ( `id` int(11) NOT NULL, `name` text CHARACTER
Total pages: 2134