By mistake I ran the update query. This update made my table all rows values as o.
Is it possible to rollback the table values?
MyISAM does not support transactions. Therefore, every individual statement runs as if it is enclosed by a transaction. You cannot roll it back.