sahernandez
Programmer
I have this problem.
I need to know how many rows my query it's gona return
I came from SQL and we used @@ROWCOUNT but here it's different.
I know that I can use a Variable and COunt(*) into variable,
But I already did that and when the query doesn't return anything and not sure what I gonna get in my variable.
Can Somebody Help Me..
Thansks
I need to know how many rows my query it's gona return
I came from SQL and we used @@ROWCOUNT but here it's different.
I know that I can use a Variable and COunt(*) into variable,
But I already did that and when the query doesn't return anything and not sure what I gonna get in my variable.
Can Somebody Help Me..
Thansks