T
Teo
Hi!
How can I save the value returned by a COUNT query into a variable inside a
Stored Procedure?
I tried the usual
SELECT @variable = Count(user_ID) FROM.. ...
but it doesn't work.
Any suggestions?
Teo
How can I save the value returned by a COUNT query into a variable inside a
Stored Procedure?
I tried the usual
SELECT @variable = Count(user_ID) FROM.. ...
but it doesn't work.
Any suggestions?
Teo