42.7K results in 798 ms
10 years ago · Sep 23, 2016, 12:38 PM
throws Exception { String fullQuery = "create table if not exists "; String objectName = GetTableName(object); fullQuery
10 years ago · Sep 23, 2016, 12:02 PM
FMDatabase(path: _path) let sql_create_table = "CREATE TABLE IF NOT EXISTS notes (id INTEGER PRIMARY
10 years ago · Sep 23, 2016, 11:40 AM
structure for table life.bans CREATE TABLE IF NOT EXISTS `bans` ( `id` int(11) NOT
10 years ago · Sep 23, 2016, 11:32 AM
FMDatabase(path: _path) let sql_create_table = "CREATE TABLE IF NOT EXISTS notes (id INTEGER PRIMARY
10 years ago · Sep 23, 2016, 11:22 AM
CREATE TABLE IF NOT EXISTS ci_sessions ( session_id varchar(40) NOT
10 years ago · Sep 23, 2016, 10:36 AM
result="ok" sqlfile="1.6.0.10"> <sqlQuery> <![CDATA[ CREATE TABLE IF NOT EXISTS `kap_order_slip_detail_tax` ( `id_order_slip_detail` int(11) unsigned
10 years ago · Sep 23, 2016, 09:32 AM
exists.conf' # include file only if it exists #include = 'special.conf' # include file
10 years ago · Sep 23, 2016, 09:24 AM
the following code. ```sql create table if not exists dropped_foreign_keys ( seq bigserial primary
10 years ago · Sep 23, 2016, 09:22 AM
drop table if exists bol_hotel; create table bol_hotel ( code int
10 years ago · Sep 23, 2016, 08:56 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
10 years ago · Sep 23, 2016, 08:00 AM
la table article -- -- -------------------------------------------------------- DROP TABLE IF EXISTS article, categorie; CREATE TABLE article ( id_article int
10 years ago · Sep 23, 2016, 05:32 AM
MySQLOperator( dep_list=List(), mysql_tier="xdb.diet_query_analysis", mysql_query= """ |CREATE TABLE IF NOT EXISTS `<TABLE:hive_queries_from_log>` ( | `id` BIGINT(20) UNSIGNED
10 years ago · Sep 23, 2016, 05:02 AM
for table `cell_locations` -- DROP TABLE IF EXISTS `cell_locations`; /*!40101 SET @saved_cs_client
10 years ago · Sep 23, 2016, 04:42 AM
DROP TABLE IF EXISTS `catalog_pages`; CREATE TABLE `catalog_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11)
10 years ago · Sep 23, 2016, 04:12 AM
TABLE IF EXISTS `Real_Ink`.`User` ; CREATE TABLE IF NOT EXISTS `Real_Ink`.`User` ( `UserId` INT UNSIGNED
10 years ago · Sep 23, 2016, 01:52 AM
exist. The # value is not appended if it already exists. appendFileStringVar() { local file="$1" local
10 years ago · Sep 23, 2016, 01:48 AM
exist. The # value is not appended if it already exists. appendFileStringVar() { local file="$1" local
10 years ago · Sep 22, 2016, 10:46 PM
table ## use key here create table if not exists tig_users ( uid bigint unsigned
10 years ago · Sep 22, 2016, 10:46 PM
table ## use key here create table if not exists tig_users ( uid bigint unsigned
10 years ago · Sep 22, 2016, 10:36 PM
sql1 .= "# ---------------------------------\r\n\r\n"; $res = @mysql_query("SHOW CREATE TABLE `".$_POST['mysql_tbl']."`", $db); $row = @mysql_fetch_row($res);
Total pages: 2134