Hi there,
I am trying to combine 2 text variable togther to form the name of a
VIEW. example
SELECT * FROM ( 'april'||'may') ;
I have a 12 different views and I want to be able to select a
different view depending on the contents of 2 fields in a database.
Has anyone done this before or have any ideas on how to do it ?
Thanks