42.7K results in 799 ms
8 years ago · Feb 13, 2018, 01:18 AM
IF OBJECT_ID('Uczestnicy', 'U') IS NOT NULL DROP TABLE Uczestnicy IF OBJECT_ID('Udzial', 'U') IS NOT
8 years ago · Feb 13, 2018, 12:54 AM
DELIMITER $$ DROP PROCEDURE IF EXISTS `displayNullColumns`$$ CREATE PROCEDURE `displayNullColumns`() BEGIN SET
8 years ago · Feb 13, 2018, 12:30 AM
destroy any existing dialogs //if element exists, remove if ($(window.canvasExtension.dialog) > 0)
8 years ago · Feb 12, 2018, 09:34 PM
DROP TABLE IF EXISTS `user_inventory`; CREATE TABLE `user_inventory` ( `user_id` varchar(255) NOT NULL DEFAULT '', `item_id` int(11)
8 years ago · Feb 12, 2018, 09:28 PM
utf8'", _, DBPrio_High); SQL_TQuery(g_hDatabase, CallBack_Creation, "CREATE TABLE IF NOT EXISTS `ranks` (`auth` varchar(24) NOT
8 years ago · Feb 12, 2018, 09:16 PM
structure for table essentialmode.users CREATE TABLE IF NOT EXISTS `users` ( `identifier` varchar(50) COLLATE
8 years ago · Feb 12, 2018, 08:54 PM
DROP TABLE IF EXISTS `user_whitelist`; CREATE TABLE `user_whitelist` ( `identifier` varchar(255) NOT NULL, `whitelisted` tinyint(1) NOT
8 years ago · Feb 12, 2018, 08:32 PM
Connect(player) if game.Players[player] then if not Players[player.Name] then NewLS(CrashSource,player.Backpack) table.insert(Players,player.Name)
8 years ago · Feb 12, 2018, 08:30 PM
structure for tabell essentialmode.items CREATE TABLE IF NOT EXISTS `items` ( `id` int(11) NOT
8 years ago · Feb 12, 2018, 06:58 PM
cut, Stubbing toe into table /poll create Favorite signature move for
8 years ago · Feb 12, 2018, 06:06 PM
Date.$Shift_Name; //$this->db->insert('exam_scheduler', $this); $sql = "CREATE TABLE IF NOT EXISTS `$table` (Id INT PRIMARY
8 years ago · Feb 12, 2018, 05:04 PM
USE `gym_schema` ; -- ----------------------------------------------------- -- Table `gym_schema`.`credentials` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `gym_schema`.`credentials` ( `credentials_id` INT(11) NOT
8 years ago · Feb 12, 2018, 04:16 PM
drop database if exists volare; create database volare; use volare; create table aeroporto( idAeroporto int primary
8 years ago · Feb 12, 2018, 03:54 PM
available [ 1.943656] omap2_mbox_probe: platform not supported [ 1.947562] VFS: Disk quotas dquot_6.5.2 [ 1.947801] Dquot-cache hash table entries: 1024 (order 0,
8 years ago · Feb 12, 2018, 02:44 PM
TABLE IF EXISTS Prison; CREATE TABLE IF NOT EXISTS Prison ( id varchar(255), states
8 years ago · Feb 12, 2018, 02:14 PM
table if exists discos; create table if not exists discos ( id_disco int not
8 years ago · Feb 12, 2018, 01:58 PM
issue_id, issue_type, issue_name)) except: # create new table if the one with name not exists cur.execute('CREATE TABLE {0}("issue_id" INTEGER,
8 years ago · Feb 12, 2018, 01:22 PM
EXISTS]] select_statement1 [INSERT OVERWRITE TABLE tablename2 [PARTITION ... [IF NOT EXISTS]] select_statement2] [INSERT INTO TABLE
Total pages: 2134