Re: Dynamic column names using DIH
On Wed, Dec 29, 2010 at 2:59 AM, Mark wrote: > Is there a way to create dynamic column names using the values returned from > the query? > > For example: > > dataSource="my_database" > query="select * from foo where item_id=${item.id}"> > > Not sure if that syntax will
Dynamic column names using DIH
Is there a way to create dynamic column names using the values returned from the query? For example: