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...