42.7K results in 809 ms
8 years ago · Dec 15, 2017, 04:58 PM
drop database if exists dbo; create database dbo; create table dbo.a_table (a_table_a_field int not
8 years ago · Dec 15, 2017, 03:56 PM
mapred.reduce.tasks=200; USE arstel; drop table if exists arstel.finstar_intent_notify_filtered_by_default_score; CREATE TABLE arstel.finstar_intent_notify_filtered_by_default_score( ctn string,
8 years ago · Dec 15, 2017, 03:18 PM
stock Alias_Init(DB:db) { if(db) { db_free_result(db_query(db, "CREATE TABLE IF NOT EXISTS `Aliases` ( `name` TEXT NOT
8 years ago · Dec 15, 2017, 02:20 PM
ticket. ERROR:Table 'batm_personal_accounts' already exists [ATM] Failed to create the sql tables, If the following error says
8 years ago · Dec 15, 2017, 12:24 PM
option identifier (if requested) IF @LoadFilterableSpecificationAttributeOptionIds = 1 BEGIN CREATE TABLE #FilterableSpecs ( [SpecificationAttributeOptionId] int NOT NULL ) DECLARE @sql_filterableSpecs nvarchar(max)
8 years ago · Dec 15, 2017, 12:14 PM
USE `reptrace` ; -- ----------------------------------------------------- -- Table `reptrace`.`ORGANISATION` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `reptrace`.`ORGANISATION` ( `organisation_id` INT NOT
8 years ago · Dec 15, 2017, 12:08 PM
CREATE TABLE IF NOT EXISTS asd (n INT DEFAULT (SELECT COUNT(id) FROM users));
8 years ago · Dec 15, 2017, 11:50 AM
all." E.C.'s expression did not change. "If you think this is
8 years ago · Dec 15, 2017, 11:06 AM
If Not Exists stat ; Create Table If Not Exists data.iris ( SepalLength Float , SepalWidth
8 years ago · Dec 15, 2017, 10:34 AM
USE `reptrace` ; -- ----------------------------------------------------- -- Table `reptrace`.`ORGANISATION` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `reptrace`.`ORGANISATION` ( `organisation_id` INT NOT
8 years ago · Dec 15, 2017, 10:24 AM
Aufgabe 1 -- ---------------------------------------------------------------------- DROP TABLE IF EXISTS Lieferung; CREATE TABLE Lieferung ( SNr CHAR(3) NOT NULL, FNr CHAR(3) NOT
8 years ago · Dec 15, 2017, 09:06 AM
the power factor is not zero. If negative then an error exists. DEFB $A0 ;;stk-zero Y,
8 years ago · Dec 15, 2017, 08:40 AM
TABLE IF EXISTS `timaflu`.`medicijn` ; CREATE TABLE IF NOT EXISTS `timaflu`.`medicijn` ( `verkoop_code` VARCHAR(45) NOT
8 years ago · Dec 15, 2017, 08:24 AM
Struttura della tabella `candidato` -- CREATE TABLE IF NOT EXISTS `candidato` ( `NomeC` varchar(15) NOT
8 years ago · Dec 15, 2017, 08:18 AM
with DEBUG>=2 [0;35mYou should not proceed as no protocol was detected. If you s ####################################################################################################################################### Nom de
8 years ago · Dec 15, 2017, 07:10 AM
go use [GusarovVadim] go if object_id('GusarovVadim.Tariffs', 'U') is not null drop table GusarovVadim.Tariffs go create table Tariffs ( name varchar(100), mounthCost float,
8 years ago · Dec 15, 2017, 07:04 AM
in logcat when i create table. public void LoadDtaWeb() { db.querydata("Create table if not exists tbl_mon_app (_ID integer primary
8 years ago · Dec 15, 2017, 06:58 AM
DROP TABLE [CarRegNumber] GO IF OBJECT_ID ('Region') IS NOT NULL DROP TABLE [Region] GO CREATE TABLE Region ( RegionId INT
Total pages: 2134