Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 7 votes, 3.29 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-16-2006, 04:57 PM   PM User | #1
guelphdad
Super Moderator


 
guelphdad's Avatar
 
Join Date: Mar 2006
Location: St. Catharines, Ontario Canada
Posts: 2,629
Thanks: 4
Thanked 147 Times in 138 Posts
guelphdad will become famous soon enoughguelphdad will become famous soon enough
MySQL 5 is latest version. Please read if your version is older than 4.1

The lastest full production release of MySQL is version 5.

Some hosts do not support version 5 yet but most should be supporting version 4.1.

If your version is older than 4.1 please note that in any new threads you start. This is because older versions do not support things like GROUP_CONCAT and subqueries among other things.

If you happen to still be on MySQL 3.x then you won't even have the ability to use UNION.

If you note that you are using an older version, then when someone is composing a solution to help you, they will give you a version that you can use on your particular release of MySQL.

Subqueries can be re-written as joins and in place of a UNION you may create a temporary table and then query results from it for instance.

Last edited by guelphdad; 07-16-2006 at 05:00 PM..
guelphdad is offline   Reply With Quote
Old 06-13-2008, 01:53 PM   PM User | #2
malfist
Regular Coder

 
Join Date: May 2008
Posts: 188
Thanks: 7
Thanked 7 Times in 7 Posts
malfist is an unknown quantity at this point
The people I program for (a university on the bleeding edge of technology) is still using MySQL 3.23, the oldest version MySQL supplies documentation for.
malfist is offline   Reply With Quote
Old 03-29-2013, 12:53 PM   PM User | #3
annaharris
Regular Coder

 
Join Date: May 2012
Location: USA
Posts: 104
Thanks: 0
Thanked 7 Times in 7 Posts
annaharris can only hope to improve
I am using newer version (mysql 5) and i can use UNION as well as group contact through this new specification.
annaharris is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:19 AM.


Advertisement
Log in to turn off these ads.