Hi could you please help me with the following...
The syntax for while loop is
While Exists(select * from Customers)
End While
How can I use the above select statment using dynamic SQL?
The syntax for while loop is
While Exists(select * from Customers)
End While
How can I use the above select statment using dynamic SQL?
Comment