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

  1. airjrdn

    Assigning Boolean based on return value

    SELECT a.*, Coalesce(Convert(bit, b.user_name), 0) FROM groups As a LEFT OUTER JOIN (SELECT User_Name, Group_Name FROM user_access WHERE User_Name = 'name') As b ON a.name=b.group_name

Part and Inventory Search

Back
Top