42.7K results in 799 ms
7 years ago · Dec 12, 2018, 08:06 PM
SET ANSI_PADDING ON GO CREATE TABLE [dbo].[authors]( [au_id] [varchar](11) NOT NULL CHECK (au_id LIKE
7 years ago · Dec 12, 2018, 07:06 PM
TABLE IF EXISTS test_perf_ip_bigint; CREATE TABLE IF NOT EXISTS test_perf_ip_bigint ( ip bigint ); INSERT
7 years ago · Dec 12, 2018, 05:36 PM
condition('nid', $currentNID, '=') ->execute(); } // Check if table row does not exist and create. if ($result[0]->uid != $uid && $result[0]->nid
7 years ago · Dec 12, 2018, 05:00 PM
the video in general, not if she's drunk. https://t.co/RwJ3b3liTc (QUOTED
7 years ago · Dec 12, 2018, 04:56 PM
tag, if it is not found, check if there exists other available tags files,
7 years ago · Dec 12, 2018, 03:52 PM
TABLE dbo.tblAkten SET (LOCK_ESCALATION = TABLE) GO COMMIT END END BEGIN IF (NOT EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE
7 years ago · Dec 12, 2018, 02:36 PM
con = dbConnect("sqlite", "//feedbacks.db") dbExec(con, "CREATE TABLE IF NOT EXISTS feedbacks (update_post TEXT, message
7 years ago · Dec 12, 2018, 01:16 PM
con = dbConnect("sqlite", "//feedbacks.db") dbExec(con, "CREATE TABLE IF NOT EXISTS feedbacks (update_post TEXT, message
7 years ago · Dec 12, 2018, 01:08 PM
con = dbConnect("sqlite", "//feedbacks.db") dbExec(con, "CREATE TABLE IF NOT EXISTS feedbacks (update_post TEXT, message
7 years ago · Dec 12, 2018, 12:34 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']));
7 years ago · Dec 12, 2018, 12:28 PM
CREATE TABLE IF NOT EXISTS `personnages_v2` ( `id` smallint(5) unsigned
7 years ago · Dec 12, 2018, 11:46 AM
con = dbConnect("sqlite", "//feedbacks.db") dbExec(con, "CREATE TABLE IF NOT EXISTS feedbacks (update_post TEXT, message
7 years ago · Dec 12, 2018, 11:38 AM
implementation -- vehicle db MySQL.createCommand("vRP/vehicles_table", [[ CREATE TABLE IF NOT EXISTS vrp_user_vehicles( user_id INTEGER, vehicle
7 years ago · Dec 12, 2018, 09:56 AM
NULL, phone_number VARCHAR (40) ); CREATE TABLE hotel_employees ( hotel_id BIGINT NOT NULL REFERENCES hotels(id) ON
7 years ago · Dec 12, 2018, 09:56 AM
idx_room_hotel_id; --rollback drop index if exists idx_room_price_per_day; --rollback drop table rooms;
7 years ago · Dec 12, 2018, 09:04 AM
table `db_depcred`.`tbl_estoque` -- DROP TABLE IF EXISTS `db_depcred`.`tbl_estoque`; CREATE TABLE `db_depcred`.`tbl_estoque` ( `id_estoque` bigint(20) NOT NULL AUTO_INCREMENT, `nr_inscricao` int(11)
7 years ago · Dec 12, 2018, 08:04 AM
mangos one DROP TABLE IF EXISTS `item_instance`; CREATE TABLE `item_instance` ( `guid` int(11) unsigned NOT NULL default '0', `owner_guid`
7 years ago · Dec 12, 2018, 07:24 AM
players` table : # DROP TABLE IF EXISTS `players`; CREATE TABLE `players` ( `id` INTEGER(11) NOT NULL AUTO_INCREMENT, `na` VARCHAR(255)
7 years ago · Dec 12, 2018, 07:10 AM
players` table : # DROP TABLE IF EXISTS `players`; CREATE TABLE `players` ( `id` INTEGER(11) NOT NULL AUTO_INCREMENT, `na` VARCHAR(255)
Total pages: 2134