Hi,
What is the type of your column ?
Specify the type of your column as INT.
Try to add this code between BEGIN and var_out:
DECLARE var_out TABLE (test_out int);
Hi,
What is the type of your column ?
Specify the type of your column as INT.
Try to add this code between BEGIN and var_out:
DECLARE var_out TABLE (test_out int);