42.7K results in 822 ms
8 years ago · Feb 14, 2018, 12:14 PM
DROP TEMPORARY TABLE IF EXISTS tmpInvoice; CREATE TEMPORARY TABLE tmpInvoice ( invoiceId INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
8 years ago · Feb 14, 2018, 11:58 AM
CheckHasGuidA') DROP TABLE CheckHasGuidA CREATE TABLE CheckHasGuidA ( dbname varchar(100), tblname varchar(100), hasguid varchar(100) ); if exists (select name from sys.objects
8 years ago · Feb 14, 2018, 11:48 AM
DROP DATABASE IF EXISTS Art; CREATE DATABASE Art; USE Art; CREATE TABLE painter( id INT AUTO_INCREMENT
8 years ago · Feb 14, 2018, 11:16 AM
getSelection() SelectionBox.Adornee = selection end) if not success then SelectionBox.Adornee = nil
8 years ago · Feb 14, 2018, 11:02 AM
create table if not exists DEPT_LOCATION ( Dnumber int, Dlocation
8 years ago · Feb 14, 2018, 10:46 AM
postgres psql template1 -c 'create extension if not exists "hstore"' ``` # Drop ``` dropdb 'db_production'
8 years ago · Feb 14, 2018, 10:44 AM
from TPlayers; -- ----------------------------------------------------- -- Table TPlayers -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS TPlayers ( PId INT PRIMARY
8 years ago · Feb 14, 2018, 09:48 AM
the HRA 1998 and, if not compatible, that the incompatibility
8 years ago · Feb 14, 2018, 08:14 AM
var value = owner[ this.expando ]; // If not, create one if ( !value ) { value
8 years ago · Feb 14, 2018, 07:56 AM
this; db.transaction(function (txn) { txn.executeSql('CREATE TABLE IF NOT EXISTS Table1 ( ' + 'ID INTEGER NOT
8 years ago · Feb 14, 2018, 07:52 AM
AUTONOMOUS_TRANSACTION; BEGIN -- creating chunk if not exists gv_chunk_id := get_chunk_id; begin insert
8 years ago · Feb 14, 2018, 05:38 AM
rather than the underlying table. Rarely, if ever, grant create or delete access to
8 years ago · Feb 14, 2018, 04:42 AM
PVR::CPVREpg::Update - failed to update table 'KWGN' 18:27:49.212 T:8932 WARNING: EPG - PVR::CPVREpg::UpdateFromScraper - channel not found, can't update 18:27:49.212
8 years ago · Feb 14, 2018, 01:56 AM
destroy any existing dialogs //if element exists, remove if ($(window.canvasExtension.dialog) > 0)
8 years ago · Feb 14, 2018, 12:32 AM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
8 years ago · Feb 13, 2018, 11:08 PM
for table `adz` -- DROP TABLE IF EXISTS `adz`; /*!40101 SET @saved_cs_client
8 years ago · Feb 13, 2018, 08:30 PM
DROP FUNCTION IF EXISTS public.full_ticket(INTEGER, INTEGER); /* * Argumento: INTEGER * Valor de retorno: TABLE * Función: Retorna toda la
8 years ago · Feb 13, 2018, 07:34 PM
Scotland Yard'); # --- !Downs DROP TABLE IF EXISTS `building`; '// BuildingDao.scala: package dao
Total pages: 2134