S
SAC
I would like to store the count into a variable.
intCount = Select Count(*) from SomeTable doesn't work.
How can I do this?
Thanks.
intCount = Select Count(*) from SomeTable doesn't work.
How can I do this?
Thanks.