42.7K results in 806 ms
8 years ago · Mar 26, 2018, 03:14 AM
DROP DATABASE IF EXISTS school_sport_clubs; CREATE DATABASE school_sport_clubs; USE school_sport_clubs; CREATE TABLE school_sport_clubs.sports( id INT AUTO_INCREMENT
8 years ago · Mar 26, 2018, 02:02 AM
Anonymous #XDir @GhostXDir DROP TABLE IF EXISTS UserEmail_T; DROP TABLE IF
8 years ago · Mar 26, 2018, 01:12 AM
Student; DROP TABLE Occupation; CREATE TABLE IF NOT EXISTS Occupation ( O_ID INT(5) NOT
8 years ago · Mar 25, 2018, 11:42 PM
settings { If !SystemModuleIni.Exist() SystemModuleIni.Append() ; create a blank file if it does not exist If (mameID = "ti99_4a") ;
8 years ago · Mar 25, 2018, 10:10 PM
TABLE IF EXISTS srsdata; CREATE TABLE IF NOT EXISTS srsdata ( StudentFirstname char(50), StudentLastname
8 years ago · Mar 25, 2018, 09:08 PM
if addonName == "WhoTFPulled" then if not (type(WHOTFPULLED_MSG) == "table") then WHOTFPULLED_MSG = {}; end segmentID
8 years ago · Mar 25, 2018, 09:06 PM
if addonName == "WhoTFPulled" then if not type(WHOTFPULLED_MSG) == "table" then WHOTFPULLED_MSG = {}; end segmentID
8 years ago · Mar 25, 2018, 08:26 PM
structure for table `ctf_audit` -- CREATE TABLE IF NOT EXISTS `ctf_audit` ( `id` INT( 10
8 years ago · Mar 25, 2018, 08:16 PM
for accounts folder fs.makeDir("bank/accounts") -- create it if not end if fs.exists("bank/accounts/"..aName) then handleError("account already exists") end -- creation local file
8 years ago · Mar 25, 2018, 06:54 PM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} $res = mysql_query("SHOW CREATE TABLE `".$tab."`", $sock); if
8 years ago · Mar 25, 2018, 06:52 PM
v in SortedPairs(data) do if type(v) == "table" and not v.CRC then local new_node
8 years ago · Mar 25, 2018, 06:48 PM
v in SortedPairs(data) do if type(v) == "table" and not v.CRC then local new_node
8 years ago · Mar 25, 2018, 06:38 PM
CREATE TABLE IF NOT EXISTS `ranksystem` (\ `id` INT(20) NOT
8 years ago · Mar 25, 2018, 06:14 PM
precise the timezone. solution: CREATE TABLE family ( id serial PRIMARY
8 years ago · Mar 25, 2018, 05:54 PM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
8 years ago · Mar 25, 2018, 05:26 PM
drop schema if exists X cascade; create schema X; create domain
8 years ago · Mar 25, 2018, 05:22 PM
Return-Path) of the message. If not empty, * will be sent
8 years ago · Mar 25, 2018, 04:18 PM
for table `reservation` -- DROP TABLE IF EXISTS `reservation`; /*!40101 SET @saved_cs_client
Total pages: 2134