Subject | Simple SQL question |
---|---|
Author | Michael Vilhelmsen |
Post date | 2007-07-17T08:46:31Z |
Hi
I have a rutine in which I would like to have a progressbar.
The SQL is like this:
Select
Field1,
Field2,
SUM(Field3)
from Table1
Group by 1,2
I would like to be able to count how many records there will be
returned to me by this SQL.
Can I do that ?
Regards Michael
I have a rutine in which I would like to have a progressbar.
The SQL is like this:
Select
Field1,
Field2,
SUM(Field3)
from Table1
Group by 1,2
I would like to be able to count how many records there will be
returned to me by this SQL.
Can I do that ?
Regards Michael