Query Run
declare temp table (ns varchar(3)); select * from temp 1 day ago
create table temp (ns varchar(3)); select * from @temp 1 day ago
create table @temp (ns varchar(3)); select * from @temp 1 day ago
declare @temp table (ns varchar(3)); select * from @temp 1 day ago
declare @temp table (ns varchar(3)); select * from @temp 1 day ago
declare @temp table (ns smallint(4)); select * from @temp 1 day ago
create table @temp (ns smallint(4)); select * from @temp 1 day ago
create table @temp (ns smallint(4)); insert into @temp values (0),(14); 1 day ago
create table @temp (ns: smallint(4)); insert into @temp values (0),(14); 1 day ago
select * from watchlist limit 10 1 day ago