42.7K results in 775 ms
4 years ago · Dec 06, 2020, 12:06 PM
CREATE TABLE IF NOT EXISTS `employees` ( /* CREATE THE COLUMNS
4 years ago · Dec 06, 2020, 12:04 PM
CREATE TABLE IF NOT EXISTS `doctors` ( /* CREATE THE COLUMNS
4 years ago · Dec 05, 2020, 08:16 PM
if not exist $pdo->exec( 'CREATE TABLE IF NOT EXISTS msg ( id INTEGER PRIMARY
4 years ago · Dec 05, 2020, 06:42 PM
for table `aparat` -- DROP TABLE IF EXISTS `aparat`; /*!40101 SET @saved_cs_client
4 years ago · Dec 05, 2020, 04:30 PM
end local _table = pool[playerName] if (not _table) then return default or
4 years ago · Dec 05, 2020, 03:04 PM
formatReadableSIUnit(num) -- pretty printLog() a table local function tprint (tbl, loglevel, indent) if not loglevel then loglevel = DEBUG
4 years ago · Dec 05, 2020, 02:58 PM
CREATE TABLE IF NOT EXISTS `order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time` datetime NOT NULL, `name` tinytext NOT NULL, `email` tinytext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
4 years ago · Dec 05, 2020, 02:36 PM
formatReadableSIUnit(num) -- pretty printLog() a table local function tprint (tbl, loglevel, indent) if not loglevel then loglevel = DEBUG
4 years ago · Dec 05, 2020, 11:44 AM
SALARY >= MEDIE_DSO; -- Exercitii -- 1 CREATE TABLE INFO_DSO ( ID NUMBER(3) PRIMARY
4 years ago · Dec 05, 2020, 12:00 AM
INETREF will be 00000000 if not found local INETREF=00000000 local
4 years ago · Dec 04, 2020, 08:50 PM
structure for table `admins` -- CREATE TABLE IF NOT EXISTS `admins` ( `id` int(11) NOT
4 years ago · Dec 04, 2020, 02:40 PM
editing functions</a>. Tell me if you need one not implemented here.</p> <h3>Compress images</h3>
4 years ago · Dec 04, 2020, 02:38 PM
def step1(): query = 'DROP TABLE IF EXISTS "Boat";' cursor.execute(query) query = 'DROP
5 years ago · Dec 04, 2020, 01:40 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Dec 03, 2020, 06:48 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Dec 03, 2020, 03:08 PM
0); boolean isFile = false; if (saveFiles) { // Create the required directory (including
5 years ago · Dec 03, 2020, 02:48 PM
YES! */ let createTable = function() { if( typeof Table === 'undefined' || Table == null ) { throw "Table #"+Instance.tableID+" does not exist"; } const opt = Instance.options;
5 years ago · Dec 03, 2020, 12:40 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
5 years ago · Dec 03, 2020, 11:58 AM
OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [Tables] GO if exists (select * from dbo.sysobjects where
5 years ago · Dec 03, 2020, 10:22 AM
EXISTS `#plots`; DROP TABLE if EXISTS `#plots2`; CREATE TABLE `#plots` ( id INT(11) NOT NULL AUTO_INCREMENT, x INT
Total pages: 2134