Loop through database tables
RM has a "loop data sets" component.
My data sets are saved in a database. Is there is a way to loop through all database tables?
Tagged:
0
0 Comments | 0 Discussions | 0 Members | 0 Online |
RM has a "loop data sets" component.
My data sets are saved in a database. Is there is a way to loop through all database tables?
Answers
hi,
not with one operator. You can write a SQL statement generating you table of table names and use a Loop Values on it to get each table name as a macro. You can then use this table in the loop.
~Martin
Dortmund, Germany
Yes, you can use the Loop Repository operator and instead of pointing at your local repository point at the //DB/ where your stored connections are.
Below is a quick example.