Hi,
When I run the following sql statement, I got error message:
Cannot specify outer join operators in a query containing joined tables.
View or function 'v_Address' contains outer join operators.
SELECT Name_a.FullName,
v_Address.Line1,
v_Address.CityName ,
v_Address.ProvinceName...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.