42.7K results in 795 ms
8 years ago · Dec 12, 2017, 09:04 PM
problem here. You can create a table called 1_TABLE. Object names must not start with a number.
8 years ago · Dec 12, 2017, 08:52 PM
INT AS BEGIN --- 3.1. Create the temp table DROP TABLE IF EXISTS #tempProjectDates --- 3.2. Get the
8 years ago · Dec 12, 2017, 07:50 PM
create database hashdb; CREATE TABLE IF NOT EXISTS `hashlist` ( `ID` int(4) unsigned
8 years ago · Dec 12, 2017, 07:46 PM
ID is null. --- 2.1. Create the temp table DROP TABLE IF EXISTS #tempControlBudgets --- 2.2. Find all
8 years ago · Dec 12, 2017, 07:38 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Dec 12, 2017, 07:32 PM
ID is null. --- 2.1. Create the temp table DROP TABLE IF EXISTS #tempControlBudgets --- 2.2. Find all
8 years ago · Dec 12, 2017, 07:02 PM
DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Banking.Account; CREATE TABLE Banking.Account ( accountNo int(11) NOT NULL AUTO_INCREMENT, cId int(11)
8 years ago · Dec 12, 2017, 06:56 PM
TABLE IF EXISTS osoba; CREATE TABLE IF NOT EXISTS osoba ( osoba_id INT PRIMARY
8 years ago · Dec 12, 2017, 06:06 PM
id int primary key not null, name nvarchar(40) ); create table RegionCodes ( code int primary
8 years ago · Dec 12, 2017, 05:00 PM
SCHEMA VAREJAO_DE_FRALDAS; USE VAREJAO_DE_FRALDAS; CREATE TABLE IF NOT EXISTS funcionario( cpf VARCHAR(13) UNIQUE,
8 years ago · Dec 12, 2017, 04:32 PM
was to be omitted. # (If the table exists but is defined differently
8 years ago · Dec 12, 2017, 04:26 PM
TABLE IF EXISTS `ispit`; CREATE TABLE IF NOT EXISTS `ispit` ( `id` int(11) NOT
8 years ago · Dec 12, 2017, 04:22 PM
value """ return randint(0, 1000) if not seed(sum(ord(x) % 12 for x
8 years ago · Dec 12, 2017, 04:16 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
8 years ago · Dec 12, 2017, 04:16 PM
SCHEMA VAREJAO_DE_FRALDAS; USE VAREJAO_DE_FRALDAS; CREATE TABLE IF NOT EXISTS funcionario( cpf VARCHAR(13) UNIQUE,
8 years ago · Dec 12, 2017, 04:02 PM
timClip [06:35:26] metaconstruct: calamari not bad if the place isnt bad
8 years ago · Dec 12, 2017, 03:42 PM
database entechnic; use entechnic; CREATE TABLE IF NOT EXISTS mult_choice_questions ( id int auto_increment
8 years ago · Dec 12, 2017, 01:50 PM
IF EXISTS dbo.pracownicy DROP TABLE IF EXISTS dbo.wypoz_lato create table czytelnicy (id char(5)
8 years ago · Dec 12, 2017, 01:32 PM
IF EXISTS dbo.pracownicy DROP TABLE IF EXISTS dbo.wypoz_lato create table czytelnicy (id char(5)
Total pages: 2134