On Tue, 12 Nov 2002 12:02:04 +0100
[EMAIL PROTECTED] wrote:

> 
> Your message cannot be posted because it appears to be either spam or
> simply off topic to our filter. To bypass the filter you must include
> one of the following words in your message:
> 
> sql,query
> 
> If you just reply to this message, and include the entire text of it in the
> reply, your reply will go through. However, you should
> first review the text of the message to make sure it has something to do
> with MySQL. Just typing the word MySQL once will be sufficient, for example.
> 
> You have written the following:
> 
> > "
> > SELECT SalesID, CustID, Done AS Status, TimeStamp 
> > FROM Appointment
> > Where Done='Not Yet'
> > UNION 
> > SELECT SalesID, CustID, Report AS Status, TimeStamp
> > FROM SalesReport
> > WHERE Report LIKE 'TOL%'
> > "
> >  
> You have to use version 4.x for unions to work. In 3.23.x you have to use
> temporary tables.
> 
> -- 
> _/        _/  _/_/_/  -----     Rafał Jank [EMAIL PROTECTED]     -----
>  _/  _/  _/  _/   _/         Wirtualna Polska SA   http://www.wp.pl 
>   _/_/_/_/  _/_/_/    ul. Traugutta 115c, 80-237 Gdansk, tel/fax.
>   (58)5215625
>    _/  _/  _/         --------==*  http://szukaj.wp.pl *==----------
> 


-- 
_/        _/  _/_/_/  -----     Rafał Jank [EMAIL PROTECTED]     -----
 _/  _/  _/  _/   _/         Wirtualna Polska SA   http://www.wp.pl 
  _/_/_/_/  _/_/_/    ul. Traugutta 115c, 80-237 Gdansk, tel/fax. (58)5215625
   _/  _/  _/         --------==*  http://szukaj.wp.pl *==----------

---------------------------------------------------------------------
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