select
b.qryname
, b.descr
, b.descrlong
, (select count(*) from PSQRYRECORD where qryname = b.qryname) as Num_Records
from
psprojectitem a
, psqrydefn b
where a.projectname = 'UQXM1210'
and b.qryname = a.objectvalue1
order by 4
Queries in Project and number of Records
Posted by
Michael Nitschke
on Wednesday, 17 December 2008
Labels:
query sql project
0 comments:
Post a Comment