Advanced usage of Macros
Posted: Wed 16 Sep 2009 10:53
Hello,
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.
should result in
Currently the usage of brackets (or something similar) around the macro name does not seem to be possible 
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