42.7K results in 793 ms
4 years ago · Jun 24, 2021, 01:50 AM
USE `firstModel` ; -- ----------------------------------------------------- -- Table `firstModel`.`user` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `firstModel`.`user` ( `id` INT NOT
4 years ago · Jun 23, 2021, 02:18 PM
TABLE IF EXISTS `firstmodel`.`invoice` ; CREATE TABLE IF NOT EXISTS `firstmodel`.`invoice` ( `idinvoice` INT NOT
4 years ago · Jun 23, 2021, 01:22 PM
table if EXISTS user_orders_count; CREATE TEMPORARY table IF NOT exists user_orders_count as ( select user_id,
4 years ago · Jun 23, 2021, 01:14 PM
which is used to create auto_join_rooms if # autocreate_auto_join_rooms is true. If this is not provided then the # initial
4 years ago · Jun 23, 2021, 09:44 AM
returns true if modem exists if not testPeripheral(modem, "isWireless") then if
4 years ago · Jun 23, 2021, 09:02 AM
USE `WorldOfTank` ; -- ----------------------------------------------------- -- Table `WorldOfTank`.`table1` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `WorldOfTank`.`table1` ( ) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table
4 years ago · Jun 23, 2021, 01:22 AM
it if it does IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE
4 years ago · Jun 22, 2021, 03:24 PM
sqlite3 # SQL Queries CREATE_ACCOUNTS_TABLE = "CREATE TABLE IF NOT EXISTS card (id INTEGER, number
4 years ago · Jun 22, 2021, 12:12 AM
TABLE IF EXISTS `tbclientes`; CREATE TABLE IF NOT EXISTS `tbclientes` ( `clienteID` int NOT
4 years ago · Jun 21, 2021, 08:50 PM
base table exists schema = "CREATE TABLE IF NOT EXISTS {}.{}({}id SERIAL PRIMARY KEY,
4 years ago · Jun 21, 2021, 08:32 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 21, 2021, 08:24 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 21, 2021, 04:48 PM
primary = ''; if ($exists) $exists = " IF NOT EXISTS"; else $exists = ''; $sql = "CREATE TABLE $exists $table ($str $primary)
4 years ago · Jun 21, 2021, 03:20 PM
DROP DATABASE IF EXISTS Football; CREATE DATABASE Football; USE Football; CREATE TABLE teams ( id INT NOT
4 years ago · Jun 20, 2021, 08:00 PM
true but 'pretty' is not. -- -- null -- If this exists with a string value, table elements with this value
4 years ago · Jun 20, 2021, 08:00 PM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Jun 20, 2021, 04:06 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 20, 2021, 02:06 PM
CREATE TABLE IF NOT EXISTS 'upo'.'alumnos' ( 'id' INT NOT
4 years ago · Jun 19, 2021, 06:58 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jun 19, 2021, 12:18 PM
ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end
Total pages: 2134