LastCyborg
Programmer
I have a sql string in a query
the sql statement is very simple, is a select count(*)
etc etc, and I want to assing to a variable this number (the result of the sql)
There are many ways to get the number of records in a table, but I'm interested in this method, so if anyone knows please help me
the sql statement is very simple, is a select count(*)
etc etc, and I want to assing to a variable this number (the result of the sql)
There are many ways to get the number of records in a table, but I'm interested in this method, so if anyone knows please help me