If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Inner Query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-06, 02:57
suneshkumar suneshkumar is offline
Registered User
 
Join Date: Jan 2006
Posts: 3
Inner Query

Hi friends

This is my First quey to this forum.
I am using MYSQL 4.0.26-nt version and i am unable to write the query

select pointsearned
from performance
where pointsearnesd=(select max(pointsearned) from performance)


please can any one help me...
Reply With Quote
  #2 (permalink)  
Old 01-19-06, 09:21
tombell tombell is offline
Registered User
 
Join Date: Jun 2005
Posts: 23
Quote:
Originally Posted by suneshkumar
Hi friends

This is my First quey to this forum.
I am using MYSQL 4.0.26-nt version and i am unable to write the query

select pointsearned
from performance
where pointsearnesd=(select max(pointsearned) from performance)


please can any one help me...
you need mysql 4.1 and above to run that query
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On