MySQL Forums
Forum List  »  New in 4.1: Subqueries

Subqueries and LIMIT not supported :-)
Posted by: Gary Kahrau
Date: May 01, 2005 07:35AM

SELECT help_keyword_id, name
FROM help_keyword WHERE help_keyword_id NOT IN
(SELECT help_keyword_id FROM help_keyword ORDER BY help_keyword_id LIMIT
10) ORDER BY help_keyword_id LIMIT 10

But the underlying db versions 4.1 and 5.0.4 beta do not support the above command. The engine returns the following error message:

This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'

In VS 2005 the datagridview control supports virtualmode.

MS SQL 2000 and 2005 supports the command to do the paging.

Are there any plans to fix this?

Gary Kahrau
Vice President - Stellex Monitor Aerospace
Phone: (631) 761-1220 Fax: (631) 957-1114
kahrau@monair.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Subqueries and LIMIT not supported :-)
5640
May 01, 2005 07:35AM


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.