42.7K results in 775 ms
4 years ago · Dec 12, 2020, 12:44 AM
CREATE DATABASE IF NOT EXISTS farma DEFAULT CHARACTER SET
4 years ago · Dec 11, 2020, 09:22 PM
end end clsTurtle.dig(self, "up") -- create player coridoor if not turtle.detectDown() then if not
4 years ago · Dec 11, 2020, 07:20 PM
use [master] drop database if exists [Lab1]; create database [Lab1]; use [Lab1]; create table [Animator] ( [ID] integer identity(1,1), [Number] char(10) not
4 years ago · Dec 11, 2020, 05:10 AM
for table `aporte_catastral` -- DROP TABLE IF EXISTS `aporte_catastral`; /*!40101 SET @saved_cs_client
4 years ago · Dec 09, 2020, 04:54 PM
table if existed db.execSQL("DROP TABLE IF EXISTS " + Note.TABLE_NAME); // Create tables again onCreate(db); } public
4 years ago · Dec 09, 2020, 02:00 PM
CREATE TABLE IF NOT EXISTS `employees` ( `id` int(11) NOT
4 years ago · Dec 09, 2020, 09:36 AM
EXISTS Kursleiter; DROP TABLE IF EXISTS Funktionen; CREATE TABLE Kursleiter (KLNR SMALLINT NOT NULL ,STATUS VARCHAR(1) NOT
4 years ago · Dec 08, 2020, 06:22 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
4 years ago · Dec 08, 2020, 05:56 PM
TABLE IF EXISTS ROUTE; CREATE TABLE IF NOT EXISTS ROUTE ( ROUTEID int(11) NOT
4 years ago · Dec 08, 2020, 04:16 PM
for table `boxes_shipped` -- DROP TABLE IF EXISTS `boxes_shipped`; /*!40101 SET @saved_cs_client
4 years ago · Dec 08, 2020, 03:54 PM
IF EXISTS Trains DROP TABLE IF EXISTS TrainTypes CREATE TABLE TrainTypes (TrainTypeId INT
4 years ago · Dec 08, 2020, 03:00 PM
magic one-liners will basically create the script for us if it does not exist, further allowing this
4 years ago · Dec 08, 2020, 12:36 PM
if ($add_drop) { $out .= "DROP TABLE IF EXISTS `" . $tab . "`;\n"; } $res = mysql_query("SHOW CREATE TABLE `" . $tab . "`", $sock); if
4 years ago · Dec 08, 2020, 02:38 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Dec 08, 2020, 12:02 AM
FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'; CREATE SCHEMA IF NOT EXISTS `mydb` DEFAULT CHARACTER SET
4 years ago · Dec 07, 2020, 10:24 PM
EXISTS EMPRESA; USE EMPRESA; CREATE TABLE IF NOT EXISTS DEPARTAMENTOS ( id_departamento INT UNSIGNED
4 years ago · Dec 07, 2020, 10:06 PM
SET utf8 ; USE `mydb` ; CREATE TABLE IF NOT EXISTS `mydb`.`SCC_REGIÓN` ( `SRG_id_region` INT NOT
4 years ago · Dec 07, 2020, 01:20 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
4 years ago · Dec 06, 2020, 07:34 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
4 years ago · Dec 06, 2020, 07:34 PM
USE sports; DROP TABLE IF EXISTS users; CREATE TABLE users (id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
Total pages: 2134