Is there the way to use such construction as macro embedded into another macro within one DB component (TMSSQL, TMSQuery etc.)?
For example:
The value of "SQL" property is
Code: Select all
select * from &TableNameCode: Select all
Clients cts inner join &JoinedTable jt on cts.id = jt.client_idOr... whether will be planned this functionality