View Single Post
  #1 (permalink)  
Old 05-31-2006, 07:26 PM
Christian
 
Posts: n/a
Default Oracle dialect question:

How to pull data from several tables that follows a pattern?


How do I pull data from several tables into one, where the table name follow a certain pattern:

EX_001
EX_002
EX_003
..
..
EX_N

Where new tables can be added continually in the same pattern - and this data also should be included in the SQL?
Reply With Quote

ANSWER(S):