42.7K results in 782 ms
5 years ago · Jul 03, 2020, 12:08 AM
is created now."; query_sql "CREATE TABLE IF NOT EXISTS `security_sys` ( `last_ip` VARCHAR( 100
5 years ago · Jul 03, 2020, 12:06 AM
is created now."; query_sql "CREATE TABLE IF NOT EXISTS `security_sys` ( `last_ip` VARCHAR( 100
5 years ago · Jul 02, 2020, 11:02 PM
v in pairs(keywords) do if not inString and not inComment
5 years ago · Jul 02, 2020, 10:52 PM
sqlite3.connect('proxies_db.sqlite') cursor = db.cursor() cursor.execute(''' CREATE TABLE IF NOT EXISTS users ( id INTEGER PRIMARY
5 years ago · Jul 02, 2020, 08:42 PM
db') c = conn.cursor() sql_statement = " CREATE TABLE IF NOT EXISTS posts (id text PRIMARY_KEY,
5 years ago · Jul 02, 2020, 02:54 AM
Int, newVersion: Int) { db.execSQL("DROP TABLE IF EXISTS $TABLE_NAME") onCreate(db) } }
5 years ago · Jul 01, 2020, 01:00 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
5 years ago · Jul 01, 2020, 12:58 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
5 years ago · Jul 01, 2020, 03:24 AM
disconnect all handlers." end if funcNameOrFunc == "Create" then return "Function Create. ".. "Arguments: A table containing information about how
5 years ago · Jul 01, 2020, 03:24 AM
if there was, false if not. function PlaneIntersection(vectorPos) local hit
5 years ago · Jun 30, 2020, 09:56 PM
commits cursor = db.cursor() cursor.execute( '''CREATE TABLE IF NOT EXISTS times(note INTEGER, time INTEGER,
5 years ago · Jun 30, 2020, 07:32 PM
-- ---------------------------- -- Table structure for `character_achivment_levels` -- ---------------------------- DROP TABLE IF EXISTS `character_achivment_levels`; CREATE TABLE `character_achivment_levels` ( `char_id` int(11) NOT NULL, `achivment_levels` varchar(500) NOT NULL DEFAULT '', PRIMARY KEY (`char_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of character_achivment_levels -- ----------------------------
5 years ago · Jun 30, 2020, 07:30 PM
for `character_counters` -- ---------------------------- DROP TABLE IF EXISTS `character_counters`; CREATE TABLE `character_counters` ( `char_id` int(11) NOT NULL, `highest_karma` int(11) NOT
5 years ago · Jun 30, 2020, 07:12 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']));
5 years ago · Jun 30, 2020, 01:30 PM
sqlite3.Row cursor = conn.cursor() cursor.execute( """ CREATE TABLE IF NOT EXISTS user ( id INTEGER NOT
5 years ago · Jun 30, 2020, 11:02 AM
structure for table uas_market.brand CREATE TABLE IF NOT EXISTS `brand` ( `id` int(11) NOT
5 years ago · Jun 30, 2020, 09:12 AM
TO account; \c account; CREATE TABLE IF NOT EXISTS account ( id SERIAL PRIMARY
5 years ago · Jun 30, 2020, 07:56 AM
structure for table uas_market.brand CREATE TABLE IF NOT EXISTS `brand` ( `id` int(11) NOT
5 years ago · Jun 30, 2020, 06:54 AM
WHERE A.upload_header_id = pUploadHeaderId AND NOT EXISTS (SELECT 1 FROM dt_date
Total pages: 2134