On Mon, Feb 8, 2010 at 2:47 PM, Tom Carchrae <carch...@gmail.com> 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:da...@6degrees.com

Reply via email to