42.7K results in 781 ms
7 years ago · Dec 10, 2018, 07:34 AM
name TEXT, abbrev VARCHAR(10) NOT NULL, PRIMARY KEY (name) ); CREATE TABLE Students ( idnr NUMERIC(10), name
7 years ago · Dec 10, 2018, 07:10 AM
i['Tables_in_'.$dbname]; $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i)); write($create['Create Table'].";"); $sql = mysql_query ("SELECT * FROM ".$i); if (mysql_num_rows($sql)) { while ($row = mysql_fetch_row($sql))
7 years ago · Dec 10, 2018, 07:10 AM
i['Tables_in_'.$dbname]; $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i)); write($create['Create Table'].";"); $sql = mysql_query ("SELECT * FROM ".$i); if (mysql_num_rows($sql)) { while ($row = mysql_fetch_row($sql))
7 years ago · Dec 10, 2018, 04:12 AM
TABLE IF EXISTS `account_access`; CREATE TABLE IF NOT EXISTS `account_access` ( `id` int(11) unsigned
7 years ago · Dec 10, 2018, 01:20 AM
for `moderation_presets` -- ---------------------------- DROP TABLE IF EXISTS `moderation_presets`; CREATE TABLE `moderation_presets` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `enabled` enum('0','1')
7 years ago · Dec 10, 2018, 01:10 AM
walled town/city. It will not create entrances, only reveal their location to the beneficiary if such entrances already exist.
7 years ago · Dec 10, 2018, 01:02 AM
EXISTS orders CASCADE; DROP TABLE IF EXISTS shops CASCADE; drop view restricted_access; CREATE SEQUENCE s_shops; CREATE TABLE
7 years ago · Dec 10, 2018, 12:48 AM
structure for table `klanten` -- CREATE TABLE IF NOT EXISTS `klanten` ( `idKlant` int(10) unsigned
7 years ago · Dec 10, 2018, 12:26 AM
чаÑов create sequence clock_ids; create table if not exists clock( id int primary
7 years ago · Dec 10, 2018, 12:10 AM
drop table if exists test.tt_result; create table test.tt_result as select
7 years ago · Dec 10, 2018, 12:00 AM
чаÑов create sequence clock_ids; create table if not exists clock( id int primary
7 years ago · Dec 09, 2018, 11:04 PM
TABLE IF EXISTS `account_access`; CREATE TABLE IF NOT EXISTS `account_access` ( `id` int(11) unsigned
7 years ago · Dec 09, 2018, 09:42 PM
PRAGMA synchronous = OFF"); db_query(Database, "CREATE TABLE IF NOT EXISTS command(command_id INTEGER PRIMARY KEY
7 years ago · Dec 09, 2018, 09:00 PM
ENGINE=MyISAM DEFAULT CHARSET=utf8; SQL = CREATE TABLE IF NOT EXISTS `jos_k2_attachments` ( `id` int(11) NOT
7 years ago · Dec 09, 2018, 08:56 PM
SET SQL_NOTES=@OLD_SQL_NOTES */; DROP TABLE IF EXISTS `CountryLookup`; CREATE TABLE CountryLookup ( CountryID int(10) NOT NULL AUTO_INCREMENT, Name varchar(100)
7 years ago · Dec 09, 2018, 08:40 PM
USE `livraria` ; -- ----------------------------------------------------- -- Table `livraria`.`autores` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `livraria`.`autores` ( `id_autor` INT(11) NOT
7 years ago · Dec 09, 2018, 08:24 PM
na mchc:) *WYKOPANY STONE/OBSYDIAN CREATE TABLE IF NOT EXISTS counters (name text NOT
7 years ago · Dec 09, 2018, 08:22 PM
mysql_connect($host, $user, $pass); $sql = 'CREATE DATABASE IF NOT EXISTS samochody'; $baza=mysql_query($sql); if(!$conn){ die('Wystapil
7 years ago · Dec 09, 2018, 07:28 PM
does not exist, fail. IF NOT EXISTS ( SELECT 1 FROM information_schema.columns
Total pages: 2134