sql - Cannot execute full outer join? -


i trying execute query. i'm not trying use on keyword because want return rows 3 tables 1 table.

select catalogue, descriptionx, quantity pxxxa  full outer join pxxxb  full outer join  pxxxc 

it saying "incorrect syntax near 'pxxxc'."

you still need include how on statement, full outer join include matched or not.

select catalogue, descriptionx, quantity pxxxa  full outer join pxxxb  on pxxxa.column = pxxxb.column, etc. full outer join  pxxxc on pxxxb.column - pxxxc.column, etc. 

Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

php variable $_SERVER['SERVER_ADDR'] is blank when using crontab -