View Single Post
  #8 (permalink)  
Old 06-25-09, 11:09
andrewhallam andrewhallam is offline
Registered User
 
Join Date: Dec 2003
Location: Nottingham, England
Posts: 52
Code:
SELECT id, name, source
FROM traders
WHERE traders.id in (SELECT SI.supplierid  FROM supplieraccountinfo SI )
/
Well yes this works but it doesn't help.
The example I have given is a very much simplified version of one of our actual statements.
It needs to use FULL ANSI SQL syntax.
Reply With Quote