jwalin
Mr or Mrs. 500
Points: 599
More actions
March 6, 2009 at 9:48 am
#206747
Hi
I want to know what is the meaning of =* in Sql Query?
David Benoit
SSC-Dedicated
Points: 34562
March 6, 2009 at 9:52 am
#955048
That would be a right outer join and should be replaced by the proper syntax as that will not function in the future.
Hope this helps.
David
“He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot
Greg Charles
SSC-Forever
Points: 45403
March 6, 2009 at 9:54 am
#955053
It's an obsolete right outer join operator. It should be replaced with the SQL-92 syntax RIGHT OUTER JOIN.
Greg
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply