Author | Message | ||
---|---|---|---|
Meka][Meka Unstopable Posts: 700 | The UNIONs were introduced in MySQL 4. The unions are useful if you wish to join the results from more than one query, but be aware that the number of the returned columns by each select query should be the same. (as well as their type) The very simple example below show you the basics of the UNION statement
|