42.7K results in 807 ms
10 years ago · Sep 05, 2016, 03:50 PM
23/12/2014, 3:13:53 AM] Rob: If it's not out on the 26th
10 years ago · Sep 05, 2016, 03:46 PM
line CleanString(strLine); // If file exists... if (!FileExists(strLine, true)) { continue; } // Precache
10 years ago · Sep 05, 2016, 03:24 PM
Get nested organization identifiers */ CREATE TEMPORARY TABLE IF NOT EXISTS organizationIds AS ( SELECT s.id
10 years ago · Sep 05, 2016, 03:06 PM
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 05, 2016, 01:50 PM
DUPLICATE KEY UPDATE `ThisHour`=`ThisHour`+1; CREATE TABLE IF NOT EXISTS `PerfCounters` ( `PerfID` varchar(30) NOT
10 years ago · Sep 05, 2016, 01:30 PM
DROP TABLE IF EXISTS `gtid_slave_pos`; /*!40101 SET @saved_cs_client
10 years ago · Sep 05, 2016, 01:20 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 05, 2016, 12:06 PM
contract Hibernate: drop table if exists user Hibernate: create table address (id bigint not null auto_increment, city varchar(255),
10 years ago · Sep 05, 2016, 11:54 AM
noesc_createTable() { $db = noesc_db(); $query = "CREATE TABLE IF NOT EXISTS noescvotes ( ". "id INT(11) UNSIGNED
10 years ago · Sep 05, 2016, 11:18 AM
ConnectStringBuilder = "Data Source={0}.s3db;", CreateTableStringBuilder = "CREATE TABLE IF NOT EXISTS {0}({1});", InsertIntoTableStringBuilder = "INSERT INTO
10 years ago · Sep 05, 2016, 11:10 AM
DROP DATABASE IF EXISTS av31; CREATE DATABASE av31; USE av31; CREATE TABLE isikuandmed ( eesnimi varchar(30), perenimi
10 years ago · Sep 05, 2016, 11:02 AM
Drop table `database`.customer; commit; CREATE TABLE IF NOT EXISTS `database`.`Order_Data` ( `idOrder_Data` INT NOT
10 years ago · Sep 05, 2016, 10:36 AM
if the table already exists if ( get_option( 'hm_created_term_meta_table' ) ) return false; $wpdb->query( " CREATE TABLE `{$wpdb->prefix}termmeta` ( `meta_id` bigint(20) unsigned
10 years ago · Sep 05, 2016, 08:38 AM
currentEmployeeNoDepartureDays = 0; } // return employeeCalendarID if record already exists, else 0 to create new record private int
10 years ago · Sep 05, 2016, 07:34 AM
SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE
10 years ago · Sep 05, 2016, 07:22 AM
SET utf8 */; USE `kladr`; CREATE TABLE IF NOT EXISTS `street` ( `name` char(255) DEFAULT
10 years ago · Sep 05, 2016, 05:54 AM
Структура таблицы `assignment` -- CREATE TABLE IF NOT EXISTS `assignment` ( `assignment_id` int(11) NOT
10 years ago · Sep 05, 2016, 05:52 AM
Структура таблицы `assignment` -- CREATE TABLE IF NOT EXISTS `assignment` ( `assignment_id` int(11) NOT
Total pages: 2134