L
Luke Davis
What is the quickest way to get the count of rows in a table into an int
variable?
for example how would I make this happen?
int remaining = SELECT Count(*) FROM states.dbo.cities
variable?
for example how would I make this happen?
int remaining = SELECT Count(*) FROM states.dbo.cities