Is there a possibility to write dynamic SQL, where I can use parameter names inside the code?
The following syntax I know, makes long code completely unclear and hard to figure out the sense without digging and mapping the parameters.
format ($$ select * from %1$s $$ , tableName_1)
I would like to somehow have it like
select * from tableName_1