Thursday 6 March 2014

How do you execute the given SQL statement repeatedly in BTEQ?

How do you execute the given SQL statement repeatedly in BTEQ?


Answer:

Select top 1* from database.table1;
=n
Here "=n” is to run the previous sql statement, "n" number of times.

No comments:

Post a Comment