Hi
I am currently trying to develop a report based on an SQL Server 2000 stored procedure.
SELECT Sum(Balance), Count(Loans), PostCode, ?(Suburb)
FROM Loans
WHERE @Date = ReportDate
GROUP BY Postcode
----------------
A Postcode can have many suburbs, so what I need to do is find a way to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.