Thread
:
Create a temporary table in a function
View Single Post
#
9
(
permalink
)
01-27-10, 13:08
shammat
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
)
shammat
View Public Profile
Find all posts by shammat