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.
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