permissiondenied
Programmer
Hi, I made this query which returns all rows matching the WHERE but I am having trouble adding a count of the returned rows using the COUNT function.
SELECT * FROM tblAds WHERE adClose > {ts '2002-12-30 12:39:00' } AND adTitle Like '%test%' ORDER BY adClose ASC
My database being used is SQLServer7
Any help appreciated.
Phil
SELECT * FROM tblAds WHERE adClose > {ts '2002-12-30 12:39:00' } AND adTitle Like '%test%' ORDER BY adClose ASC
My database being used is SQLServer7
Any help appreciated.
Phil