> (select Computer.CompID, Computer.Location, Computer.User from Computer
> where Computer.OS like "Microsoft*")
> except all
> (select Software.CompID from Software
> where Software.Name = "Excel");

I think your trying to do what mySQL considers a sub-select and mySQL can't
handle those yet(AFAIK). There are ways to get around doing sub-selects but I
don't what they are.

Please someone correct me if I'm wrong
HTH,
Ryan

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.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

  • except? Brian Ronk
    • Ryan McDougall

Reply via email to