Hi Guys,
I know that SELECT COUNT(*) FROM table name will return the total number of records for a given table but I'm unsure how to code the SQL statement when you want to store that value in an output parameter. Normally it is coded somet
I know that SELECT COUNT(*) FROM table name will return the total number of records for a given table but I'm unsure how to code the SQL statement when you want to store that value in an output parameter. Normally it is coded somet