QueryRecCount and WITH statement
Posted: Fri 11 Nov 2011 13:15
adding "QueryRecCount" option for select as :
raises error
Code: Select all
with xxx as (select fld1,fld_... from same_tbl)
select * from xxx
where xxx.fld1 between 500 and 600