MySQL Forums
Forum List  »  MyISAM

Re: Got error 124 from storage engine
Posted by: Colleen Dick
Date: October 13, 2005 03:59PM

I am having similar:

This query works:

SELECT users.id, loginName FROM users, ga WHERE users.id=ga.userId and ga.gId IN (3,4,5,6,7,8,9) ORDER BY dateJoined DESC;

When I put a subselect instead of the hardcoded set,

SELECT DISTINCT gId FROM ga WHERE userId=9

I get error 124

Windoze XP MySQL 5.0.3

Options: ReplyQuote


Subject
Views
Written By
Posted
3566
P S
September 23, 2005 04:46AM
Re: Got error 124 from storage engine
3306
October 13, 2005 03:59PM


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.