I use ANTLR4 and its rewriter to translate between two similar SQL dialects, for migration purposes.
This reminds me of KEY JOIN in Sybase which, unlike this syntax, does not require to specify the foreign key. I find Sybase's syntax to be too implicit, and challenging to port to other dialects; JOIN FOREIGN with…
I use ANTLR4 and its rewriter to translate between two similar SQL dialects, for migration purposes.
This reminds me of KEY JOIN in Sybase which, unlike this syntax, does not require to specify the foreign key. I find Sybase's syntax to be too implicit, and challenging to port to other dialects; JOIN FOREIGN with…