Query Run
use ruwiki_p; DECLARE @Value int; 3 years ago
use ruwiki_p; DECLARE @Value int 3 years ago
use ruwiki_p; create view cats DECLARE @Value int 3 years ago
use ruwiki_p; create view cats DECLARE @Tmp table (value int) ; 3 years ago
use ruwiki_p; create view cats DECLARE @Tmp table (value int, label varchar(25)) ; 3 years ago
use ruwiki_p; create view cats DECLARE @Tmp table (value int, label varchar(25)) ; 3 years ago
use ruwiki_p; create view cats DECLARE @Tmp table (value int, label varchar(25)) 3 years ago
use ruwiki_p; create view cats as select * from categories limit 10; 3 years ago
use ruwiki_p; create view cats read only as select * from categories limit 10; 3 years ago
use ruwiki_p; create view cats read only as select * from categories limit 10; 3 years ago
use ruwiki_p; create view cats as select * from categories limit 10; 3 years ago
use ruwiki_p; create view cats; 3 years ago
use ruwiki_p; create table cats; 3 years ago
use ruwiki_p create table cats; 3 years ago
use ruwiki_p create table cats 3 years ago
use ruwiki_p create table cats 3 years ago
use ruwiki_p create view cats 3 years ago
use ruwiki_p create view cats as select * from categories limit 10 3 years ago
use ruwiki_p create view categories as select "Математика" 3 years ago
use ruwiki_p DECLARE @TempCustomer TABLE ( CustomerId uniqueidentifier, ... 3 years ago
use ruwiki_p select 0 as cats; 3 years ago
use ruwiki_p select (0, "Математика") as cats; 3 years ago
use ruwiki_p select ("Математика") as cats; 3 years ago
use ruwiki_p select ("Математика") as cats; select * from cats; 3 years ago
use ruwiki_p select ("Математика") as cats; select * from cats 3 years ago
use ruwiki_p; select "Математика" as cats; select * from cats 3 years ago