42.7K results in 796 ms
9 years ago · Dec 13, 2016, 07:16 PM
JSONSave = function(tbl,filename) JSONFileStructCheck(); // Check if director exists print("Making..."); local tblJSON = util.TableToJSON(tbl,true);
9 years ago · Dec 13, 2016, 06:48 PM
table if exists ramais; CREATE table if not exists ramais ( `id` int(11) NOT
9 years ago · Dec 13, 2016, 06:06 PM
mysql> CREATE TABLE IF NOT EXISTS students -> ( admno integer NOT
9 years ago · Dec 13, 2016, 05:56 PM
CREATE EXTENSION IF NOT EXISTS hstore; CREATE SCHEMA audit;
9 years ago · Dec 13, 2016, 05:22 PM
Mysql2::Error: Table 'hosts' already exists: CREATE TABLE `hosts` (`id` int(11) auto_increment
9 years ago · Dec 13, 2016, 05:02 PM
sqlite3.Row cur = con.cursor() cur.executescript(""" CREATE TABLE IF NOT EXISTS tabela ( produkt varchar(250) NOT
9 years ago · Dec 13, 2016, 04:59 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Dec 13, 2016, 03:52 PM
estrutura para tabela mysql.columns_priv CREATE TABLE IF NOT EXISTS `columns_priv` ( `Host` char(60) COLLATE
9 years ago · Dec 13, 2016, 02:02 PM
Struttura della tabella `achievements_new` -- CREATE TABLE IF NOT EXISTS `achievements_new` ( `id` int(10) unsigned
9 years ago · Dec 13, 2016, 01:50 PM
CREATE TABLE IF NOT EXISTS `messages` ( `id` int(11) NOT
9 years ago · Dec 13, 2016, 01:12 PM
mame|mess|ume)") { If !SystemModuleIni.Exist() SystemModuleIni.Append ; create a new blank ini file if one does not exist } If (configurationPerCore = "true")
9 years ago · Dec 13, 2016, 11:01 AM
CREATE TABLE IF NOT EXISTS `feel_sms_codes` ( `code_id` int(11) NOT
9 years ago · Dec 13, 2016, 10:32 AM
CREATE DATABASE IF NOT EXISTS `restaurant` /*!40100 DEFAULT CHARACTER
9 years ago · Dec 13, 2016, 09:10 AM
structure for table `address` -- CREATE TABLE IF NOT EXISTS `address` ( `address_id` int(11) NOT
9 years ago · Dec 13, 2016, 09:03 AM
CREATE TABLE IF NOT EXISTS `tbl_users` ( `user_id` int(11) NOT
9 years ago · Dec 13, 2016, 08:26 AM
private function createBackupTable() { $query = "CREATE TABLE IF NOT EXISTS `products_backup_table` ( `id` int(11) NOT
Total pages: 2134