sorry guys, it isn't intended to post a message
repeatedly. Yahoo keeps telling me that the message
was not delievered due to some sort of size problem. 

Anyway, I'm still seeking a solution to my problem and
would appreciate any of your help. Thanks 


--- Benjamin Pflugmann <[EMAIL PROTECTED]>
wrote:
> Hi.
> 
> Could you please stop to post your message
> repeatedly with only some
> minutes in between?
> 
> I never used INTERSECT, so I don't know... does it
> do anything a
> normal join doesn't? Like
> 
> SELECT *
> FROM   table1 t1, table2 t2, table3 t3
> WHERE  t1.id=t2.id AND t2.id=t3.id
> 
> Bye,
> 
>       Benjamin.
> 
> 
> On Mon, Feb 25, 2002 at 06:32:55PM -0800,
> [EMAIL PROTECTED] wrote:
> > Hi there, 
> > 
> > I have a postgreSQL query like
> > 
> > (SELECT ... FROM... WHERE...) INTERSECT 
> > (SELECT ... FROM... WHERE...) INTERSECT 
> > (SELECT ... FROM... WHERE...) ........ 
> > 
> > and I'd like to have an equivalent MySQL query.
> Your
> > help would be greatly appreciated. 
> > 
> > The reason is that we were running Java programs
> from
> > Linux machines that has postgreSQL and now
> switched to
> > Unix that has only MySQL (don't ask me why not get
> > postgreSQL installed). 
> > 
> > Please copy to my email address. 
> > 
> > Thanks a lot. 
> [...]
> 
> -- 
> [EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

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