Are subqueries supported with mysql 4.0.25??
Moderator: General Moderators
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
Are subqueries supported with mysql 4.0.25??
Does anyone know if subqueries are supported with MySQL 4.0.25? I did some research in the mysql manual but it looks like it has been available since 3.23?? I am trying subqueries and getting wierd errors. Thanks.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
I believe its either 4.0 or 4.1. Pretty sure it's 4.1 though 
Edit | Yup it's 4.1 http://dev.mysql.com/doc/refman/4.1/en/subqueries.html
Edit | Yup it's 4.1 http://dev.mysql.com/doc/refman/4.1/en/subqueries.html
Starting with MySQL 4.1, all subquery forms and operations that the SQL standard requires are supported, as well as a few features that are MySQL-specific.
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL