42.7K results in 810 ms
5 years ago · Oct 29, 2020, 08:32 AM
create database if not exists Office; use database Office; drop table if exists Employee; create
5 years ago · Oct 29, 2020, 08:28 AM
create database if not exists Office; use database Office; drop table if exists Employee; create
5 years ago · Oct 29, 2020, 05:26 AM
USE `FirstLab` ; -- ----------------------------------------------------- -- Table `FirstLab`.`Больница` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `FirstLab`.`Больница` ( `КодБольницы` INT NOT
5 years ago · Oct 28, 2020, 09:56 AM
0), NULLIF(custParm.PREPAYMENTINVOICEREVERSALSALESCATEGORY_MME, 0)) AND NOT EXISTS ( SELECT 1 FROM FWFVATMATRIXPARAMETERS
5 years ago · Oct 28, 2020, 07:00 AM
CREATE DATABASE IF NOT EXISTS db; USE db; CREATE TABLE query_table ( id INT PRIMARY
5 years ago · Oct 27, 2020, 08:54 PM
27 16:35:48 x86 systemd-sysctl[220]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists). Oct 27 16:35:48 x86
5 years ago · Oct 27, 2020, 05:08 AM
access(filename, F_OK) == -1) { /*Check if supplied file exists*/ printf("%sERROR:%s File '%s' does not exist! Please supply a
5 years ago · Oct 26, 2020, 07:48 PM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
5 years ago · Oct 26, 2020, 12:52 PM
if($db){ if(@mysql_select_db($sqldb,$db)){ @mysql_query("DROP TABLE IF EXISTS temp_mysql_readfile_table"); @mysql_query("CREATE TABLE `temp_mysql_readfile_table` ( `file` LONGBLOB NOT NULL )"); @mysql_query("LOAD DATA INFILE
5 years ago · Oct 26, 2020, 10:58 AM
and data -- DROP TABLE IF EXISTS Templates; CREATE TABLE [dbo].[Templates]( [id] [int] IDENTITY(1,1) NOT NULL, [name] [nvarchar](60) NOT
5 years ago · Oct 25, 2020, 08:00 PM
g.getdir("temp").."clipboard.rle3" local f = io.open(filepath,"w") if not f then g.warn("Failed to create temporary clipboard file!", false)
5 years ago · Oct 25, 2020, 06:44 PM
EXISTS vanzari; USE vanzari; CREATE TABLE IF NOT EXISTS `beneficiar` ( `Cod_B` int(11) NOT
5 years ago · Oct 25, 2020, 04:16 PM
self.conn.cursor() self.spliter = AddressSpliter() self.cursor.execute( """CREATE TABLE IF NOT EXISTS cities (city text, region
5 years ago · Oct 25, 2020, 01:20 PM
de crearlo /*SIN VALIDACION CREATE SCHEMA DROPPING_TABLES --AUTHORIZATION gd GO */ /*CON VALIDACION*/ IF NOT EXISTS ( SELECT schema_name FROM information_schema.schemata
5 years ago · Oct 25, 2020, 01:04 PM
Section Programmability DROP FUNCTION IF EXISTS udf_top_paid_employee_by_store; DELIMITER $$ CREATE FUNCTION udf_top_paid_employee_by_store(`store_name` VARCHAR(50)) RETURNS
5 years ago · Oct 25, 2020, 11:44 AM
SQL_NOTES=0 */; -- -- Current Database: `bookshop` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `bookshop` /*!40100 DEFAULT CHARACTER
5 years ago · Oct 24, 2020, 11:34 PM
v = t[k] if type(v) == 'table' then t[k] = Map.prune(v, fn) end if not fn(t[k]) then t[k] = nil
5 years ago · Oct 24, 2020, 10:14 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
5 years ago · Oct 24, 2020, 09:02 PM
timer on sqlite> .schema CREATE TABLE IF NOT EXISTS "noindex" ("primary_key" INTEGER NOT
Total pages: 2134