42.7K results in 749 ms
7 years ago · Feb 22, 2019, 06:16 PM
CREATE DATABASE IF NOT EXISTS `empresa2016` /*!40100 DEFAULT CHARACTER
7 years ago · Feb 22, 2019, 06:10 PM
an identifier that only exists once in the entire table which will allow you
7 years ago · Feb 22, 2019, 06:02 PM
CREATE TABLE IF NOT EXISTS `vehicles` ( `ID` mediumint(6) NOT
7 years ago · Feb 22, 2019, 05:48 PM
USE `problema3` ; -- ----------------------------------------------------- -- Table `problema3`.`Peces` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `problema3`.`Peces` ( `Codi` INT NOT
7 years ago · Feb 22, 2019, 05:18 PM
USE `problema2` ; -- ----------------------------------------------------- -- Table `problema2`.`Magatzems` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `problema2`.`Magatzems` ( `Codi` INT NOT
7 years ago · Feb 22, 2019, 04:44 PM
DROP TABLE IF EXISTS `logs`; CREATE TABLE `logs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `typ` text
7 years ago · Feb 22, 2019, 03:40 PM
CREATE EXTERNAL TABLE IF NOT EXISTS TEST_TABLE test_attributes STRUCT<id:STRING, name:STRING, data:MAP<STRING, STRING>> STORED AS ORC LOCATION '/user/test/test_table';
7 years ago · Feb 22, 2019, 03:34 PM
structure for table `address` -- CREATE TABLE IF NOT EXISTS `address` ( `id` int(11) NOT
7 years ago · Feb 22, 2019, 03:18 PM
hippogrid" ; login page: optional: if it exists it will be used
7 years ago · Feb 22, 2019, 02:38 PM
CREATE TABLE IF NOT EXISTS `user_mst` ( `user_id` int(11) NOT
7 years ago · Feb 22, 2019, 01:56 PM
structure for table `category` * */ CREATE TABLE IF NOT EXISTS `category` ( `id` int(11) unsigned
7 years ago · Feb 22, 2019, 01:48 PM
by default. */ create schema if not exists debug_lbvs; create table debug_lbvs.base_table as ( select 1
7 years ago · Feb 22, 2019, 12:08 PM
create table courses if not exists echo("Creating new tables...n"); if
7 years ago · Feb 22, 2019, 12:06 PM
mem child node is not present <3>[ 0.736747] glink_loopback_server_init: unable to create log context <3>[ 0.737163]
7 years ago · Feb 22, 2019, 10:18 AM
oldVersion, int newVersion) { db.execSQL("DROP TABLE IF EXISTS " + ItemEntry.TABLE_NAME); onCreate(db); } } package com.example.admin.test2;
7 years ago · Feb 22, 2019, 09:12 AM
CREATE TABLE "user" ( "_id" INTEGER NOT NULL, "user" TEXT, "password"
7 years ago · Feb 22, 2019, 09:06 AM
def graphite_table(started_cluster): instance.query(''' DROP TABLE IF EXISTS test.graphite; CREATE TABLE test.graphite (metric String,
7 years ago · Feb 22, 2019, 09:04 AM
def graphite_table(started_cluster): instance.query(''' DROP TABLE IF EXISTS test.graphite; CREATE TABLE test.graphite (metric String,
7 years ago · Feb 22, 2019, 08:54 AM
WHERE Owner='Oblivion'") // The table CREATE TABLE IF NOT EXISTS `vehicles` ( `ID` mediumint(6) NOT
7 years ago · Feb 22, 2019, 08:36 AM
CREATE TABLE "user" ( "_id" INTEGER NOT NULL, "user" TEXT, "password"
Total pages: 2134