|
select count(RECORD_ID)
from $source_schema$.$source_table_name$
source_schema and
source_table_name are normal bean properties/map keys but are inserted into sql
the hard way (just like you written it down), not using prepared
statement
you can also use ${xxx} but
its only for keys from property files
Michał Małecki
|
Title: RE: Dynamically passing the name of schema to select statement
- Dynamically passing the name of schema to select statement Rajiv Kumar
- Re: Dynamically passing the name of schema to select s... Scott Zhu
- RE: Dynamically passing the name of schema to select s... Rajiv Kumar
- Michal Malecki

