42.7K results in 790 ms
8 years ago · Mar 22, 2018, 12:36 PM
USE `toiletdb` ; -- ----------------------------------------------------- -- Table `toiletdb`.`toiletinfo` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `toiletdb`.`toiletinfo` ( `catagory_id` INT(11) NOT
8 years ago · Mar 22, 2018, 12:36 PM
to create table $sql = "CREATE TABLE IF NOT EXISTS books ( isbn INT(6) UNSIGNED
8 years ago · Mar 22, 2018, 11:54 AM
to create table $sql = "CREATE TABLE IF NOT EXISTS books ( isbn INT(6) UNSIGNED
8 years ago · Mar 22, 2018, 11:44 AM
if (($r = $this->get_mysql_change('DROP TEMPORARY TABLE IF EXISTS _items, _deposits')) < 0) { $this->errors($r);
8 years ago · Mar 22, 2018, 09:24 AM
EXISTS ventas; CREATE DATABASE IF NOT EXISTS ventas; USE ventas; CREATE TABLE productos( id BIGINT UNSIGNED
8 years ago · Mar 22, 2018, 09:02 AM
roachprod sql local:1 <<EOF CREATE DATABASE IF NOT EXISTS d; DROP TABLE IF EXISTS d.t; CREATE
8 years ago · Mar 22, 2018, 09:00 AM
do set rnd_str := RandString(9); if not exists (select * from Company where
8 years ago · Mar 22, 2018, 08:50 AM
table if exists tbl_fts;", "create table if not exists tbl(name text, uid int
8 years ago · Mar 22, 2018, 08:46 AM
SQL_NOTES=0 */; -- -- Current Database: `arnaud_g_wcs_orleans` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `arnaud_g_wcs_orleans` /*!40100 DEFAULT CHARACTER
8 years ago · Mar 22, 2018, 06:58 AM
for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client
8 years ago · Mar 22, 2018, 06:34 AM
NOTICE 'dest schema % already exists!', dest_schema; RETURN; END IF; EXECUTE 'CREATE SCHEMA ' || quote_ident(dest_schema) ; -- Add schema
8 years ago · Mar 22, 2018, 06:32 AM
blackbay` -- -- -------------------------------------------------------- -- -- Структура таблицы `xf_user` -- CREATE TABLE IF NOT EXISTS `xf_user` ( `user_id` int(10) unsigned
8 years ago · Mar 22, 2018, 06:16 AM
SQL_NOTES=0 */; -- -- Current Database: `maxime_g_wcs_strasbourg` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `maxime_g_wcs_strasbourg` /*!40100 DEFAULT CHARACTER
8 years ago · Mar 22, 2018, 04:46 AM
printf("File ID %d does not exist!\n\n", indexKey); } } else { /* checking if the indexKey exists */ int ifExists = getDirIndex(indexKey); if
8 years ago · Mar 22, 2018, 04:28 AM
for table `dossier` -- DROP TABLE IF EXISTS `dossier`; /*!40101 SET @saved_cs_client
8 years ago · Mar 22, 2018, 04:18 AM
SQL_NOTES=0 */; -- -- Current Database: `lea_c_wcs_bdx` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `lea_c_wcs_bdx` /*!40100 DEFAULT CHARACTER
8 years ago · Mar 22, 2018, 03:36 AM
SQL_NOTES=0 */; -- -- Current Database: `julia_l_wcs_orleans` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `julia_l_wcs_orleans` /*!40100 DEFAULT CHARACTER
8 years ago · Mar 22, 2018, 03:08 AM
fld%*) DO (sqlite3 "%%A%%~nxA.sqlite" "CREATE TABLE IF NOT EXISTS %%~xnA (File TEXT PRIMARY
8 years ago · Mar 22, 2018, 02:08 AM
CREATE TABLE IF NOT EXISTS `table_name` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB CHARSET=utf8;
8 years ago · Mar 22, 2018, 02:00 AM
SQL_NOTES=0 */; -- -- Current Database: `philippe_m_wcs_paris` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `philippe_m_wcs_paris` /*!40100 DEFAULT CHARACTER
Total pages: 2134