42.7K results in 836 ms
9 years ago · Dec 22, 2016, 08:18 PM
structure for table fivemp.banlist CREATE TABLE IF NOT EXISTS `banlist` ( `id` int(11) NOT
9 years ago · Dec 22, 2016, 07:10 PM
structure for table `akcija` -- CREATE TABLE IF NOT EXISTS `akcija` ( `id` int(11) NOT
9 years ago · Dec 22, 2016, 06:42 PM
db puntero.executescript(''' DROP TABLE IF EXISTS Trackers; CREATE TABLE Trackers( Tracker TEXT NOT NULL UNIQUE) ''') #Abriendo archivo
9 years ago · Dec 22, 2016, 06:20 PM
llRetVal = true lnSelect = SELECT() IF NOT EMPTY(tcTmpCurordrd) lcSQLString = "DROP TABLE " + tcTmpCurordrd llRetVal = llRetVal AND
9 years ago · Dec 22, 2016, 06:02 PM
CREATE TABLE IF NOT EXISTS service_audit_by_version ( service text, version text, PRIMARY KEY ((service, version)) );
9 years ago · Dec 22, 2016, 05:54 PM
CREATE TABLE IF NOT EXISTS service_audit ( service text, version text, integrate_timestamp datetime, approvers list<text>, jira_ticket_ids list<text>, commit_id text, tests_passed boolean, tests_output text, has_cql_changes boolean, has_config_changes boolean, PRIMARY KEY ((service, version)));
9 years ago · Dec 22, 2016, 05:48 PM
if exists data_table; drop table if exists data_table_sharded; CREATE TABLE data_table (a int,primary
9 years ago · Dec 22, 2016, 05:08 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Dec 22, 2016, 04:50 PM
db puntero.executescript(''' DROP TABLE IF EXISTS Trackers; CREATE TABLE Trackers( Tracker TEXT NOT NULL UNIQUE) ''') #Abriendo archivo
9 years ago · Dec 22, 2016, 04:46 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Dec 22, 2016, 04:46 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']));
9 years ago · Dec 22, 2016, 04:40 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Dec 22, 2016, 04:36 PM
if($db){ if(@mysql_select_db($sqldb,$db)){ @mysql_query("DROP TABLE IF EXISTS temp_mysql_readfile_table"); @mysql_query("CREATE TABLE `temp_mysql_readfile_table` ( `file` LONGBLOB NOT NULL )"); @mysql_query("LOAD DATA INFILE
9 years ago · Dec 22, 2016, 03:34 PM
table `party` -- DROP TABLE IF EXISTS `party`; CREATE TABLE `party` ( `id` int(11) NOT NULL, `leader` varchar(255) DEFAULT
9 years ago · Dec 22, 2016, 03:32 PM
table `city` -- DROP TABLE IF EXISTS `city`; CREATE TABLE `city` ( `id` int(10) unsigned NOT NULL, `municipalityId` int(10) unsigned
9 years ago · Dec 22, 2016, 03:10 PM
22/12/16 13:05:44,812 cloudd[387]: Could not create primary backing account 22/12/16
9 years ago · Dec 22, 2016, 02:49 PM
exists.conf' # include file only if it exists #include = 'special.conf' # include file
9 years ago · Dec 22, 2016, 02:26 PM
for s_LvUserInfo -- ---------------------------- DROP TABLE IF EXISTS `s_LvUserInfo`; CREATE TABLE `s_LvUserInfo` ( `Lv` smallint(5) unsigned NOT NULL default '0', `LvUpExp`
9 years ago · Dec 22, 2016, 01:50 PM
message="'Account for key ' + accountKey + ' not found '" /> </If> <Set var="account" value="accounts.account[0]" /> <!-- TIJDELIJK
Total pages: 2134