Old left join syntax help #648
-
Hi, I am trying to work with older sql queries where the old version of left join is used, for exp: select * The parser gives out a keyword error, I believe '(+)' is not defined in the parser. I tried to add '(+)' as a new keyword to the parser via dialect but unable to come up with a way to do. Is it possible to incorporate this into parsing and sql generation processes ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Added in #1224. |
Beta Was this translation helpful? Give feedback.
-
@georgesittas There are many oldest pl/sql veterans who use it this way. |
Beta Was this translation helpful? Give feedback.
-
See #1224 |
Beta Was this translation helpful? Give feedback.
See #1224