HI,

I found a very usefull function in Mysql (to combine the result of many
SELECTS in one result set ), which is UNION
SELECT ....
UNION [ALL]
SELECT ....
  [UNION
   SELECT ...]

the problem is, that it was implemented in version 4.0 and above;
anyone can tell me if there is a way to re-phrase the same query but
for an older engine, like 3.23.33

best regards
Walter D. Funk



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to