undo command from mysql prompt

2002-07-22 Thread Konstantin Yotov
Hello! :) Is there a way to undo query. For example if execute from mysql prompt update table set address='something'; and update all row is there a way to undo this action. Thank you. Kosyo __ Do You Yahoo!? Yahoo! Health - Feel better, live

undo command from mysql prompt

2002-07-22 Thread Konstantin Yotov
Hello! :) Is there a way to undo query. For example if execute from mysql prompt update table set address='something'; and update all row is there a way to undo this action. Thank you. Kosyo __ Do You Yahoo!? Yahoo! Health - Feel better, live

Re: undo command from mysql prompt

2002-07-22 Thread Ralf Narozny
Konstantin Yotov wrote: Hello! :) Is there a way to undo query. For example if execute from mysql prompt update table set address='something'; and update all row is there a way to undo this action. Thank you. Unless you are using a table type that is supporting transactions and have

Re: undo command from mysql prompt

2002-07-22 Thread Ralf Narozny
Konstantin Yotov wrote: Hello! :) Is there a way to undo query. For example if execute from mysql prompt update table set address='something'; and update all row is there a way to undo this action. Thank you. Unless you are using a table type that is supporting transactions and have

Re: undo command from mysql prompt

2002-07-22 Thread Egor Egorov
Konstantin, Monday, July 22, 2002, 12:49:06 PM, you wrote: KY Is there a way to undo query. KY For example if execute from mysql prompt KY update table set address='something'; KY and update all row is there a way to undo this action. KY Thank you. If you used transactions, yes. Take a look