Which left outer join to use in JDE 9.1?
I joined F0901 and F0902 together using AID. There are records in F0901 that do not exist in F0902 but I still want those records to show up in the result.
I see there are two left join type
- Left outer join
- SQL 92 left outer join
Which one should I use please?
1