Posted by Stu on 03/21/06 00:17
It would help if you posted DDL and some sample data, but it sounds like you simply need to do a dual join on your second table using an alias, eg: SELECT a.*, b1.*, b2.* FROM tableA a JOIN TableB b1 ON a.ID = b1.ID JOIN TableB b2 ON aID2 = b2.ID HTH, Stu
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming