On Mon, Jan 27, 2003 at 02:21:18PM -0700, Mike Doanh Tran wrote:
> Hi all,
>
> How do i undo the last transaction in mysql?
ROLLBACK
--
Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]> | http://jeremy.zawodny.com/
MySQL 4.0.8: up 0 days, processed 329,766
At 14:21 -0700 1/27/03, Mike Doanh Tran wrote:
Hi all,
How do i undo the last transaction in mysql?
If you've committed it, you don't. The point of COMMIT is that it
won't be undone.
If you haven't committed it, use ROLLBACK.
Thanks for any suggestions.
Mike
---
Hi all,
How do i undo the last transaction in mysql?
Thanks for any suggestions.
Mike
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To