By mistake I have update a table without condition.
Is there any way to restore that table in MySQL?
You can try using ROLLBACK command.
But as mentioned in the comments, if the transaction was committed, maybe you should start searching for the script that created the table.