|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/31/2006 3:35:00 PM
Posts: 13,
Visits: 1
|
|
Hi All,
I've created a small macro that I want to loop through increasing the invalue parameter (it is an integer) by one every time I loop through the macro.
Is this possible in TeraData?
Please let me know I should provide more information.
Thank you,
Mike
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/26/2006 9:58:00 AM
Posts: 5,
Visits: 1
|
|
Create a stored procedure that executes the macro. You can put a loop in the stored procedure.
Barry
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/26/2006 9:58:00 AM
Posts: 5,
Visits: 1
|
|
Create a stored procedure that executes the macro. You can put a loop in the stored procedure.
Barry
|
|
|
|