Converting Complicated Oracle Join Syntax
- by Grasper
I have asked for help before on porting joins of this nature, but nothing this complex.
I am porting a bunch of old SQL from oracle to postgres, which includes a lot of (+) style left joins. I need this in a format that pg will understand.
I am having trouble deciphering this join hierarchy:
SELECT *
FROM PLANNED_MISSION PM_CTRL,…