42.7K results in 806 ms
7 years ago · Feb 27, 2019, 09:44 AM
DATABASE IF EXISTS db1; CREATE DATABASE IF NOT EXISTS db1; CREATE SCHEMA IF
7 years ago · Feb 27, 2019, 08:14 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
7 years ago · Feb 27, 2019, 07:58 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
7 years ago · Feb 27, 2019, 07:20 AM
sqlite3.connect('Dota2RuForum.sqlite') c = conn.cursor() conn.execute(''' CREATE TABLE IF NOT EXISTS users ( id_user int (10)
7 years ago · Feb 27, 2019, 04:46 AM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
7 years ago · Feb 27, 2019, 03:44 AM
exists posts; use posts; create table if not exists posts( id int auto_increment
7 years ago · Feb 27, 2019, 03:12 AM
feel every ability to create monkeys with open ticket take good for if it illegal in and
7 years ago · Feb 27, 2019, 01:14 AM
in - let rec tick () = - if not (Winfo.exists w && Winfo.viewable w)
7 years ago · Feb 27, 2019, 12:06 AM
IF EXISTS temp_favourite_tbl"); db.execSQL("create table if not exists temp_favourite_tbl(item_id varchar2,user_id varchar2,primary key(item_id))");
7 years ago · Feb 26, 2019, 11:42 PM
function createTable(conn) { const sql = "CREATE TABLE IF NOT EXISTS Clientes (\n"+ "ID int
7 years ago · Feb 26, 2019, 11:42 PM
function createTable(conn) { var sql = "CREATE TABLE IF NOT EXISTS clientes (ID int NOT
7 years ago · Feb 26, 2019, 11:06 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
7 years ago · Feb 26, 2019, 10:24 PM
query[128]; formatex(query, sizeof(query) - 1,\ "CREATE TABLE IF NOT EXISTS `%s` (`%s` varchar(32) NOT
7 years ago · Feb 26, 2019, 09:28 PM
CREATE TABLE IF NOT EXISTS `email_log` ( `id` int(11) NOT
7 years ago · Feb 26, 2019, 09:08 PM
DROP TABLE IF EXISTS `page_saved`; CREATE TABLE `page_saved` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Type` int(11)
7 years ago · Feb 26, 2019, 09:06 PM
add to list if not already on it for (int i=m_UnreachableEnts.Size()-1;i>=0;i--) { // If record already exists just update mark time
7 years ago · Feb 26, 2019, 08:30 PM
QACCompatibility". ServerLog: AWarn: Message Table Exists ServerLog: AWarn: Player Data
7 years ago · Feb 26, 2019, 07:20 PM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`newsletter` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`newsletter` ( `newsletter_id` INT NOT
7 years ago · Feb 26, 2019, 07:14 PM
SilentlyContinue" # Check if appcmd.exe exists if (Test-Path ("$Env:SystemRoot\System32\InetSRV\appcmd.exe")) { # Create data table to house results $DataTable
Total pages: 2134