42.7K results in 801 ms
8 years ago · Jan 26, 2018, 01:56 AM
if exists ai_brands_entered; drop table if exists ai_brands_new; create table ai_brands_entered as select
8 years ago · Jan 26, 2018, 12:16 AM
WSTAWIAJĄCA DANE --DODAJ PRODUCENTA CREATE PROC dodajProducenta @nazwa VARCHAR(80) AS IF NOT EXISTS (SELECT * FROM Producent WHERE
8 years ago · Jan 26, 2018, 12:10 AM
WSTAWIAJĄCA DANE --DODAJ PRODUCENTA CREATE PROC dodajProducenta @nazwa VARCHAR(80) AS IF NOT EXISTS (SELECT * FROM Producent WHERE
8 years ago · Jan 25, 2018, 11:40 PM
will be # authorized # # remote_execution_create_user: create user if it not already existing # # remote_execution_effective_user_method: method
8 years ago · Jan 25, 2018, 11:38 PM
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 · Jan 25, 2018, 11:02 PM
create table balances { address bigint NOT NULL PRIMARY KEY, balance
8 years ago · Jan 25, 2018, 10:36 PM
PRAGMA journal_mode = WAL"); db_query(projectDB, "CREATE TABLE IF NOT EXISTS `GROUP_SETTINGS` (`groupname` VARCHAR("#MAX_GROUP_NAME"), `visibility`
8 years ago · Jan 25, 2018, 10:24 PM
On script load: update "CREATE TABLE IF NOT EXISTS {@table_prefix}_Player (Arme varchar(255),Nom varchar(255),Degats
8 years ago · Jan 25, 2018, 10:10 PM
CREATE PROCEDURE sp_listar_primos() BEGIN CREATE TEMPORARY TABLE IF NOT EXISTS tmp_primos (numero TINYINT UNSIGNED
8 years ago · Jan 25, 2018, 10:06 PM
CREATE PROCEDURE sp_listar_primos() BEGIN CREATE TEMPORARY TABLE IF NOT EXISTS tmp_primos (numero TINYINT UNSIGNED
8 years ago · Jan 25, 2018, 09:14 PM
class JApplication extends JObject if (!$exists) { if ($session->isNew()) { $db->setQuery( - 'INSERT
8 years ago · Jan 25, 2018, 09:14 PM
OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [VehicleCollector] if exists (select * from dbo.sysobjects where
8 years ago · Jan 25, 2018, 08:46 PM
0 /************ ROLE ************/ drop table if exists `role`; create table `role` ( `id_role` bigint(20) unsigned not null auto_increment, `date_created` datetime,
8 years ago · Jan 25, 2018, 08:00 PM
Table `mydb`.`WYDZIAÅ` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`WYDZIAÅ` ( `Nr_WydziaÅ‚u` INT NOT
8 years ago · Jan 25, 2018, 07:48 PM
v in pairs(self.BanList) do if (type(v) == "table") then if (v.unbanTime > 0
8 years ago · Jan 25, 2018, 07:32 PM
Type: EXTENSION; Schema: -; Owner: -- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
8 years ago · Jan 25, 2018, 07:10 PM
nothing*/}else{ if(isset($new_array[$row['name']])){//here i checked if the array key exists like $new_array['Jacopo'] $new_array[$row['name']] += $row['Sul'];//if
8 years ago · Jan 25, 2018, 06:32 PM
SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE
8 years ago · Jan 25, 2018, 06:20 PM
j == 6) a.Insert("drop table if exists logs6; Create table logs6(temp double,czas int not null auto_increment unique) engine
8 years ago · Jan 25, 2018, 06:18 PM
case 2: // a.Insert("drop table if exists logs2; Create table logs2(temp double,czas int not null primary key auto_increment)
Total pages: 2134