I am using MySQL 5 issuing the following query when the application died on me three 
times.Query: Select name, year_of_birth from players where year_of_birth <= ALL(select 
year_of_birth from players)

Note: If I only use the first part of the query (i.e. without the subquery) it runs no 
problem. I do not
think it is because of the subquery, becuase I have used a number of subqueries with 
this verision and they run fine.

Your help is very much appreciated.

Reply via email to