On Mon, Feb 8, 2010 at 2:47 PM, Tom Carchrae <[email protected]> wrote:
>
> I am trying to load a table using a parameter to specify the table name:
>
> <select id="selectAllFromTable" parameterType="String"
> resultType="hashmap">
> select * from #{id}
> </select>
>
>
select * from ${id}
Daryl Stultz
_____________________________________
6 Degrees Software and Consulting, Inc.
http://www.6degrees.com
mailto:[email protected]
