42.7K results in 810 ms
7 years ago · Feb 15, 2019, 12:30 PM
if it's online or not else if (newOrder.dishes.ingredients.length > this.inventory.length && newOrder.address) { newOrder.delay();
7 years ago · Feb 15, 2019, 11:38 AM
exists ti3_metro; create database if not exists ti3_metro; use ti3_metro; create table operator( id smallint not
7 years ago · Feb 15, 2019, 10:58 AM
exists ti3_17012019; create database if not exists ti3_17012019; use ti3_17012019; create table operator( id smallint not
7 years ago · Feb 15, 2019, 08:54 AM
Two tables [demo_viewer, demo_click] CREATE TABLE IF NOT EXISTS `demo_viewer` ( `id` int(11) NOT
7 years ago · Feb 15, 2019, 08:38 AM
CREATE TABLE IF NOT EXISTS keyspace.events ( date_string varchar, starting_timestamp
7 years ago · Feb 15, 2019, 08:00 AM
CREATE DATABASE IF NOT EXISTS assignment2; USE assignment2; CREATE TABLE continents ( cont_name VARCHAR(20) NOT
7 years ago · Feb 15, 2019, 07:09 AM
filial_id, period.gsub('-', '') ].join('_') DB.execute("DROP TABLE IF EXISTS #{ table_name }") unless DB.fetch("SELECT 1
7 years ago · Feb 15, 2019, 06:06 AM
CREATE TABLE IF NOT EXISTS employee(id STRING, logdate STRING,
7 years ago · Feb 15, 2019, 03:46 AM
TRUE); $avtar = $this->input->post('avtar', TRUE); $table= 'post_job'; $condition = array('job_id'=>$job_id); if ($job_id!=''||$job_id!=NULL) { $check_job = $this->Api_model->getSingleRow($table, $condition);
7 years ago · Feb 15, 2019, 12:58 AM
mysqlx_pass; new const szTables[][] = { "CREATE TABLE IF NOT EXISTS `mytable` ( `player_id` varchar(32) NOT
7 years ago · Feb 15, 2019, 12:12 AM
false //-------------------------------------------------------------------- function checkTableExists($tableName){ //check if table exists $KT_sql = "SELECT * FROM $tableName";
7 years ago · Feb 15, 2019, 12:04 AM
if not ReturnBoard then -- create board if not created print("Creating Trello Board")
7 years ago · Feb 14, 2019, 11:06 PM
TABLE IF EXISTS `wp_users`; CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned
7 years ago · Feb 14, 2019, 09:46 PM
QUESTÃO 5 -- DROP TABLE IF EXISTS cliente; CREATE TABLE cliente( id_cliente MEDIUMINT(8) NOT NULL PRIMARY KEY, data_hora_cadastro
7 years ago · Feb 14, 2019, 08:36 PM
TABLE IF EXISTS `PiscineRoma`.`Piscina` ; CREATE TABLE IF NOT EXISTS `PiscineRoma`.`Piscina` ( `Nome` VARCHAR(45) NOT
7 years ago · Feb 14, 2019, 08:28 PM
will not be marked. CREATE TABLE IF NOT EXISTS Person( uid INT PRIMARY
7 years ago · Feb 14, 2019, 08:10 PM
user sources -- queries MySQL.createCommand("vRP/base_tables",[[ CREATE TABLE IF NOT EXISTS vrp_users( id INTEGER AUTO_INCREMENT,
7 years ago · Feb 14, 2019, 05:58 PM
DATE ) BEGIN DROP TEMPORARY TABLE IF EXISTS `sales_report_temp`; CREATE TEMPORARY TABLE `sales_report_temp` SELECT
7 years ago · Feb 14, 2019, 05:06 PM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
Total pages: 2134