MySQL Forums
Forum List  »  MyISAM

Re: Mysql group by returns wrong result
Posted by: Rick James
Date: March 04, 2013 09:19PM

> The table which has this issue uses MyISAM databse engine.

CHECK TABLE
If it says there is an error, then do
REPAIR TABLE
If those do not succeed, then
ALTER TABLE foo ENGINE=MyISAM;

You would be better off switching to InnoDB.

Options: ReplyQuote


Subject
Views
Written By
Posted
3277
March 04, 2013 01:01AM
Re: Mysql group by returns wrong result
1472
March 04, 2013 09:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.