Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RaymondPang

  1. RaymondPang

    Need help: Select a row if exists in any 1 of 3 tables

    just a query, can the following work for the case select user_id from tablea where user_id=123 union (select user_id from tableb where user_id=123) union (select user_id from tablec where user_id=123) is performance poor than using full outer join ?

Part and Inventory Search

Back
Top