42.7K results in 792 ms
7 years ago · Jan 18, 2019, 11:28 AM
return; } // Create tables $this->CI->db->query(" CREATE TABLE IF NOT EXISTS `" . $this->table['pages'] . "` ( `id` int(11) NOT
7 years ago · Jan 18, 2019, 10:58 AM
protected function createTable() { $requete= "CREATE TABLE IF NOT EXISTS `"._DB_PREFIX_."monmodule_comment` ( `id_monmodule_comment` int(11) NOT
7 years ago · Jan 18, 2019, 10:46 AM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
7 years ago · Jan 18, 2019, 10:24 AM
ORDER BY points DESC CREATE TABLE IF NOT EXISTS `dc_events` ( `id` int(11) NOT
7 years ago · Jan 18, 2019, 10:14 AM
username=request.form.get("username")) # Ensure username does not exists if len(rows) != 0: return apology("unsername
7 years ago · Jan 18, 2019, 10:02 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
7 years ago · Jan 18, 2019, 08:38 AM
exists ti3_metro; create database if not exists ti3_metro; use ti3_metro; create table operator( id smallint not
7 years ago · Jan 18, 2019, 08:38 AM
exists ti3_metro; create database if not exists ti3_metro; use ti3_metro; create table operator( id smallint not
7 years ago · Jan 18, 2019, 08:34 AM
DROP TABLE IF EXISTS Evenement ; CREATE TABLE Evenement (id_event INT(11) AUTO_INCREMENT NOT NULL, nom_event VARCHAR(45), date_debut_event
7 years ago · Jan 18, 2019, 08:24 AM
exists ti3_17012019; create database if not exists ti3_17012019; use ti3_17012019; create table operator( id smallint not
7 years ago · Jan 18, 2019, 08:18 AM
CREATE TABLE IF NOT EXISTS members ( id SERIAL PRIMARY KEY, name TEXT NOT NULL, bio TEXT );
7 years ago · Jan 18, 2019, 08:12 AM
DROP TABLE IF EXISTS Evenement ; CREATE TABLE Evenement (id_event INT(11) AUTO_INCREMENT NOT NULL, nom_event VARCHAR(45), date_debut_event
7 years ago · Jan 18, 2019, 07:34 AM
DATABASE IF EXISTS employees; CREATE DATABASE IF NOT EXISTS employees; USE employees; SELECT
7 years ago · Jan 18, 2019, 07:22 AM
exists ti3_metro; create database if not exists ti3_metro; use ti3_metro; create table operator( id smallint not
7 years ago · Jan 18, 2019, 07:22 AM
exists ti3_metro; create database if not exists ti3_metro; use ti3_metro; create table operator( id smallint not
7 years ago · Jan 18, 2019, 07:12 AM
default 0; DROP index IF EXISTS eztags_keyword; CREATE TABLE eztags_keyword ( keyword_id integer not null default 0, language_id
7 years ago · Jan 18, 2019, 06:24 AM
check localStorage to see if a quantity value exists for the selected option.
7 years ago · Jan 18, 2019, 04:46 AM
CREATE TABLE IF NOT EXISTS `temps_test` ( `id` int(10) unsigned
7 years ago · Jan 18, 2019, 03:08 AM
init { setDataSource(dataSource) val sqlTasks = "CREATE TABLE IF NOT EXISTS TASKS " + "(ID INTEGER PRIMARY
7 years ago · Jan 18, 2019, 01:58 AM
ON; PRAGMA journal_mode = WAL; CREATE TABLE IF NOT EXISTS rooms ( roomid INTEGER PRIMARY
Total pages: 2134