42.7K results in 821 ms
9 years ago · Oct 13, 2016, 12:34 PM
EXISTS pilotes; DROP TABLE IF EXISTS avions; CREATE TABLE aeroports( rcode char(3) NOT NULL UNIQUE, libelle text,
9 years ago · Oct 13, 2016, 10:08 AM
CREATE TABLE IF NOT EXISTS `mydb`.`ВаканÑиÑ_на_ПредприÑтии` ( `ВаканÑиÑ_idВаканÑиÑ` INT NOT
9 years ago · Oct 13, 2016, 09:26 AM
of a [b]static [/b]member exists, even if you create multiple objects of the
9 years ago · Oct 13, 2016, 09:14 AM
if exists "dbContact".tpContNameType cascade; create table if not exists "dbContact".tpContNameType ( field text not
9 years ago · Oct 13, 2016, 09:02 AM
COLLATE utf8_general_ci ; USE `mydb` ; CREATE TABLE IF NOT EXISTS `mydb`.`УÑтройÑтво_на_работу` ( `idУÑтройÑтво_на_работу` INT NOT
9 years ago · Oct 13, 2016, 08:42 AM
DATABASE strona; DROP TABLE IF EXISTS users CASCADE; CREATE TABLE users ( id SERIAL NOT NULL, login VARCHAR(60) NOT
9 years ago · Oct 13, 2016, 08:26 AM
String sql = "DROP DATABASE IF EXISTS [SampleDB]; CREATE DATABASE [SampleDB]"; try (Statement
9 years ago · Oct 13, 2016, 07:42 AM
for table `activite` -- DROP TABLE IF EXISTS `activite_exp`; /*!40101 SET @saved_cs_client
9 years ago · Oct 13, 2016, 07:30 AM
conn: c = conn.cursor() c.execute('drop table if exists {};'.format(table)) c.execute(stmnt) conn.commit() class
9 years ago · Oct 13, 2016, 06:10 AM
sql.Open("sqlite3", "./data.db") checkErr(err) q := "CREATE TABLE IF NOT EXISTS users(id INTEGER);" _, err = db.Exec(q)
9 years ago · Oct 13, 2016, 05:54 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Oct 13, 2016, 04:30 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS "class_forum_topic" ("id" VARCHAR(255) , "period_class_id"
9 years ago · Oct 13, 2016, 03:22 AM
stmt.executeUpdate(sql); System.out.println("Database Created"); sql = "CREATE TABLE IF NOT EXISTS EMP( NAME VARCHAR(20),REGNO CHAR(10),BRANCH
9 years ago · Oct 13, 2016, 12:30 AM
TABLE IF EXISTS `tbl_adm_params`; CREATE TABLE IF NOT EXISTS `tbl_adm_params` ( `id` int(4) NOT
9 years ago · Oct 13, 2016, 12:14 AM
format(Query, sizeof(Query), "CREATE TABLE IF NOT EXISTS `accounts` (`id` int(11) AUTO_INCREMENT,
9 years ago · Oct 13, 2016, 12:02 AM
Details</legend> When did you create this account? <table> <tr> <td style="vertical-align: middle"> If you have any other
9 years ago · Oct 12, 2016, 11:48 PM
len; len += formatex(query[len], charsmax(query), "CREATE TABLE IF NOT EXISTS `kesmod`"); len += formatex(query[len], charsmax(query)-len,
9 years ago · Oct 12, 2016, 11:42 PM
Type: EXTENSION; Schema: -; Owner: - -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
Total pages: 2134