42.7K results in 801 ms
7 years ago · Dec 05, 2018, 09:46 AM
for chambres -- ---------------------------- DROP TABLE IF EXISTS `chambres`; CREATE TABLE `chambres` ( `numeroChambre` char(2) NOT NULL DEFAULT '', `capacite` int(11)
7 years ago · Dec 05, 2018, 09:36 AM
DATABASE IF EXISTS dbNBB; CREATE DATABASE IF NOT EXISTS dbNBB; CREATE SCHEMA IF
7 years ago · Dec 05, 2018, 09:30 AM
drop database if exists atividade5; create database atividade5; use atividade5; create table alunos (alu_id int not
7 years ago · Dec 05, 2018, 09:26 AM
entities. ServerLog: AWarn: Message Table Exists ServerLog: AWarn: Player Data
7 years ago · Dec 05, 2018, 09:12 AM
structure for table essentialmode.addon_account CREATE TABLE IF NOT EXISTS `addon_account` ( `id` int(11) NOT
7 years ago · Dec 05, 2018, 08:14 AM
drop table if exists kayttaja; CREATE TABLE kayttaja ( kayttaja_id INT NOT NULL, kayttaja_nimi VARCHAR(50) NOT NULL, sahkoposti VARCHAR(50), salasana VARCHAR(30) NOT NULL, logged_in INT(5), last_login INT(14), PRIMARY KEY (kayttaja_id) );
7 years ago · Dec 05, 2018, 07:16 AM
CREATE TABLE IF NOT EXISTS `E-WOE Ladder` ( `account_id` int(11)
7 years ago · Dec 05, 2018, 07:00 AM
master.sys.databases where name = N'TEC') create database TEC go use TEC if not exists (selecT * FROM INFORMATION_SCHEMA.TABLES WHERE
7 years ago · Dec 05, 2018, 05:20 AM
20, NULL); DROP VIEW IF EXISTS myView; CREATE View myView AS SELECT
7 years ago · Dec 05, 2018, 03:24 AM
this one. Core will create this logger # (disabled) if it's not configured # 1 - Units that
7 years ago · Dec 05, 2018, 03:24 AM
center"; //Might get overridden if not in drag-mode but who
7 years ago · Dec 05, 2018, 02:10 AM
experienced Lethal Gale's power. If not for her Peak Legacy,
7 years ago · Dec 04, 2018, 11:36 PM
Gensokyo alive, then great. If not, then that's fine too.
7 years ago · Dec 04, 2018, 10:46 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
7 years ago · Dec 04, 2018, 10:12 PM
and type = 'U') drop table Dział go if exists (select 1 from sysobjects
7 years ago · Dec 04, 2018, 09:54 PM
notatka: https://pastebin.com/iTB6cZfh *WYKOPANY STONE/OBSYDIAN CREATE TABLE IF NOT EXISTS counters (name text NOT
7 years ago · Dec 04, 2018, 08:36 PM
mbobel", "password"); String createTable = "CREATE TABLE IF NOT EXISTS cars (brand VARCHAR(20), model
7 years ago · Dec 04, 2018, 08:02 PM
mbobel", "password"); String createTable = "CREATE TABLE IF NOT EXISTS cars (brand VARCHAR(20), model
7 years ago · Dec 04, 2018, 07:38 PM
CREATE TABLE IF NOT EXISTS `NOAS_DATABASE`.`CUSTOMER` ( `CUSTOMER_ID` VARCHAR(20) NOT
Total pages: 2134