42.7K results in 824 ms
7 years ago · Dec 16, 2018, 04:16 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
7 years ago · Dec 16, 2018, 04:10 PM
NOT NULL, TypSpecjalizacji nvarchar(30) NOT NULL, ) CREATE TABLE Pracownik( idPracownika INT IDENTITY
7 years ago · Dec 16, 2018, 03:48 PM
utility spell. > > Aerathor says, "If not for the rain the
7 years ago · Dec 16, 2018, 03:04 PM
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
7 years ago · Dec 16, 2018, 02:54 PM
v in SortedPairs(data) do if type(v) == "table" and not v.CRC then local new_node
7 years ago · Dec 16, 2018, 02:48 PM
global $mysqllink; $tabledump = "DROP TABLE IF EXISTS `$table`;\n"; $res = q("SHOW CREATE TABLE $table"); $create = mysql_fetch_row($res);
7 years ago · Dec 16, 2018, 02:32 PM
SET SQL_SAFE_UPDATES = 0; DROP TABLE IF EXISTS associations_achievements, associations_competitions, achievements, associations, competitions; CREATE TABLE associations( id INT
7 years ago · Dec 16, 2018, 01:24 PM
IF NOT EXISTS arenapvp; CREATE TABLE IF NOT EXISTS arenapvp.UserProfiles { _id INT PRIMARY
7 years ago · Dec 16, 2018, 01:14 PM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
7 years ago · Dec 16, 2018, 01:02 PM
SQL Code: -- ----------------------------------------------------- -- Table `customers`.`person_has_user` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `customers`.`person_has_user` ( `person_ID` INT NOT
7 years ago · Dec 16, 2018, 11:08 AM
if column name exist if not create it function columnExist($item,$table,$column){ $exists = false; $sql = "SHOW COLUMNS
7 years ago · Dec 16, 2018, 10:36 AM
DEFAULT '0' AFTER `products_in_stock`; CREATE TABLE IF NOT EXISTS `suppliers_products_deleted` ( `categories_id` int(10) unsigned
7 years ago · Dec 16, 2018, 10:20 AM
CREATE TABLE IF NOT EXISTS Route ( id integer PRIMARY KEY UNIQUE AUTOINCREMENT NOT NULL, name text NOT NULL, localizedName blob NOT NULL ); SELECT * FROM Route WHERE tkLocalizedString('en', localizedName) LIKE ?1;
7 years ago · Dec 16, 2018, 04:22 AM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`Professor` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`Professor` ( `SSN` INT NOT
7 years ago · Dec 16, 2018, 02:58 AM
for the current page. * If it does not exist, create it. Avoid creating a
7 years ago · Dec 16, 2018, 02:50 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
7 years ago · Dec 16, 2018, 02:14 AM
for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client
7 years ago · Dec 16, 2018, 12:00 AM
await exec_sql({ db, sql: `CREATE TABLE IF NOT EXISTS table_name (id INTEGER PRIMARY
Total pages: 2134