Can I dynamically bind the table name ? ~Parvinder
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors Sent: Monday, November 19, 2007 11:20 PM To: Arora, Parvinder; [email protected] Subject: Re: a primitive question You can probably use an insert or update to do that. Larry On Nov 19, 2007 4:39 PM, Arora, Parvinder <[EMAIL PROTECTED]> wrote: > A primitive question: How do I create tables using ibatis? > > I want to be able to do something like this > > Create table <XX> as > Select ... > From ...
