how do I use macros in a query without sticking to word boundaries?
I want to use a macro M_TAB=ATable and want to assemble column names by using the macro, i.e.
Code: Select all
select &(M_TAB)_ID ID, text from &M_TAB
Code: Select all
select ATable_ID ID, text from ATable