42.7K results in 809 ms
7 years ago · Oct 13, 2018, 04:04 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
7 years ago · Oct 13, 2018, 01:40 PM
its dependencies [AWWayofTime] were not found. [13:06:09] [Client thread/INFO]: Attempting to create plugin Mekanism. [13:06:09] [Client
7 years ago · Oct 13, 2018, 01:22 PM
TABLE IF EXISTS `projekt`.`uzytkownicy` ; CREATE TABLE IF NOT EXISTS `projekt`.`uzytkownicy` ( `id_uzytkownicy` INT(11) NOT
7 years ago · Oct 13, 2018, 12:56 PM
Connessione fallita: " . $connessione -> connect_error); } CREATE TABLE IF NOT EXISTS BeviAcquaBot ( chatID int (50)
7 years ago · Oct 13, 2018, 12:20 PM
starts attacking it. ;I'm not sure if I want to introduce
7 years ago · Oct 13, 2018, 10:26 AM
used to find out if a given value exists in the table. I would use this
7 years ago · Oct 13, 2018, 09:42 AM
num_fields=mysqli_num_fields($result); $num_rows=mysqli_num_rows($result); $i_row=0; $row2=mysqli_fetch_row(mysqli_query($link,'SHOW CREATE TABLE '.$table)); $return.="\n\n".$row2[1].";\n\n"; if ($num_rows!==0) { $row3=@mysqli_fetch_fields($result); $return.='INSERT INTO
7 years ago · Oct 13, 2018, 08:18 AM
Tabellenstruktur für Tabelle `bans` -- CREATE TABLE IF NOT EXISTS `bans` ( `id` bigint(10) unsigned
7 years ago · Oct 13, 2018, 08:12 AM
40101 SET NAMES utf8 */; CREATE TABLE IF NOT EXISTS `account_extras` ( `id` int(11) NOT
7 years ago · Oct 13, 2018, 07:46 AM
BEGIN SET @UPSERT = @UPSERT + 'IF NOT ' + @EXISTS + ' BEGIN' + Char(13) END SET
7 years ago · Oct 13, 2018, 07:10 AM
sqlite> .q DROP TABLE IF EXISTS users; CREATE TABLE users ( --id INTEGER NOT NULL, id INTEGER PRIMARY
7 years ago · Oct 13, 2018, 07:08 AM
sqlite> .q DROP TABLE IF EXISTS users; CREATE TABLE users ( --id INTEGER NOT NULL, id INTEGER PRIMARY
7 years ago · Oct 13, 2018, 06:08 AM
table `art` +-- + +DROP TABLE IF EXISTS `art`; +CREATE TABLE `art` ( + `art_id` int(11) NOT NULL AUTO_INCREMENT, + `media_id` int(11)
7 years ago · Oct 13, 2018, 06:06 AM
table `art` +-- + +DROP TABLE IF EXISTS `art`; +CREATE TABLE `art` ( + `art_id` int(11) NOT NULL AUTO_INCREMENT, + `media_id` int(11)
7 years ago · Oct 13, 2018, 04:14 AM
unload Partition Version=7 /sbin/e2fsck exists, checking /dev/md0... [ 60.990000] md0: unknown partition table [ 61.020000] Got empty serial
7 years ago · Oct 13, 2018, 02:38 AM
IF EXISTS t4 // DROP TABLE IF EXISTS t3 // SELECT "CREATE TABLE" // CREATE TABLE t3(
7 years ago · Oct 13, 2018, 02:00 AM
settings { If !SystemModuleIni.Exist() SystemModuleIni.Append() ; create a blank file if it does not exist If (mameID = "ti99_4a") ;
7 years ago · Oct 13, 2018, 01:22 AM
cell is null or not. ex. WHERE column_1 IS NULL EXISTS evaluates to true if subquery return something. Ex.
7 years ago · Oct 13, 2018, 12:00 AM
CREATE TABLE IF NOT EXISTS `auth` ( `username` varchar(20) NOT NULL, `password` varchar(50) NOT NULL, PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7 years ago · Oct 12, 2018, 11:12 PM
if the directory already exists. if (!is_dir($media_dir)) { // Directory does not exist, so lets create it. mkdir($media_dir, 0777, true);
Total pages: 2134