Link to home
Start Free TrialLog in
Avatar of mwhc
mwhc

asked on

Duplicate/copy tables with data in ibatis

I want to update my current table using ibatis as below,

      <update id="resetScore">
            UPDATE playergame SET score=0
    </update>

But before that i want to copy the current playergame table for backup purpose. How can i duplicate the table with data, but into diff name, like playergame_ddmmyy_hhmm, all within ibatis
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial