View Single Post
  #9 (permalink)  
Old 01-27-10, 13:08
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,297
You could also try to

a) fully qualify the column names in the innner query (avoid mixing unqualified and qualified column names in a query)

b) give the column a dedicated alias (member_id_table.MemberID as memberid)
Reply With Quote