42.7K results in 801 ms
7 years ago · Feb 20, 2019, 02:32 PM
CommentsCatchupTime` datetime DEFAULT NULL; CREATE TABLE IF NOT EXISTS `users_comments_subscriptions` ( `UserID` int(10) NOT
7 years ago · Feb 20, 2019, 01:56 PM
gio_test_db with owner gio; create table if not exists customers ( id bigserial not
7 years ago · Feb 20, 2019, 12:40 PM
this.openOrCreateDatabase(SAMPLE_DB_NAME, MODE_PRIVATE, null); sampleDB.execSQL("CREATE TABLE IF NOT EXISTS " + SAMPLE_TABLE_NAME + " (FirstName VARCHAR);"); for(String
7 years ago · Feb 20, 2019, 12:38 PM
DROP TABLE IF EXISTS preventive_maintenance; -- create table CREATE TABLE `preventive_maintenance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `device_type` varchar(11)
7 years ago · Feb 20, 2019, 12:18 PM
First Try CREATE KEYSPACE IF NOT EXISTS mykeyspace WITH REPLICATION = { 'class'
7 years ago · Feb 20, 2019, 12:12 PM
DROP TABLE IF EXISTS movies_actors; CREATE TABLE movies_actors ( year YEAR NOT NULL, # year movie was
7 years ago · Feb 20, 2019, 12:10 PM
devices: <none> root@cinderella:~# mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sdc /dev/sdd mdadm: partition table exists on /dev/sdc mdadm: partition
7 years ago · Feb 20, 2019, 12:02 PM
Simeon Chakarov DROP DATABASE IF EXISTS Class3; CREATE DATABASE Class3; USE Class3; CREATE TABLE Person( id INT PRIMARY
7 years ago · Feb 20, 2019, 11:56 AM
F'); -- INSERT DROP TRIGGER IF EXISTS person_weight_insert; CREATE TRIGGER person_weight_insert AFTER INSERT
7 years ago · Feb 20, 2019, 11:42 AM
js_documents_filename, js_documents_range, js_documents_dop_name, js_documents_dop_filename ), ']'); CREATE TABLE IF NOT EXISTS test_validation ( dat timestamp NOT
7 years ago · Feb 20, 2019, 11:40 AM
USE `CRMS` ; -- ----------------------------------------------------- -- Table `CRMS`.`Corso` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `CRMS`.`Corso` ( `idCorso` INT NOT
7 years ago · Feb 20, 2019, 11:14 AM
kernel: Secure boot could not be determined Feb 20 12:07:29 LibreELEC kernel: ACPI: Early table checksum verification disabled Feb
7 years ago · Feb 20, 2019, 10:58 AM
kernel: Secure boot could not be determined Feb 20 11:45:47 LibreELEC kernel: ACPI: Early table checksum verification disabled Feb
7 years ago · Feb 20, 2019, 10:28 AM
DROP DATABASE IF EXISTS WeightDB; CREATE DATABASE WeightDB; USE WeightDB; CREATE TABLE person( id INTEGER AUTO_INCREMENT
7 years ago · Feb 20, 2019, 10:10 AM
drop database if exists People; create database People; use People; create table Person ( ID int primary
7 years ago · Feb 20, 2019, 10:10 AM
for table `app_seq_store` -- DROP TABLE IF EXISTS `app_seq_store`; /*!40101 SET @saved_cs_client
7 years ago · Feb 20, 2019, 09:22 AM
E/Netd ( 442): Unable to create netlink socket: Protocol not supported 06-12 05:25:57.811 W/Netd
7 years ago · Feb 20, 2019, 08:34 AM
structure for table `dft_grup_pelajar` -- CREATE TABLE IF NOT EXISTS `dft_grup_pelajar` ( `kode_grup` varchar(20) NOT
7 years ago · Feb 20, 2019, 07:24 AM
unique constraint "pg_type_typname_nsp_index", sql: 'CREATE TABLE IF NOT EXISTS "Topics" ("id" SERIAL , "title"
Total pages: 2134