6 ms·
Their is actually a programing language that has this feature. It's called ABAP[1] and it has build in SQL Support with OpenSQL[2]. OpenSQL is just a SQL diale
by Hir0ki 6y ago
Their is actually a programing language that has this feature.
It's called ABAP[1] and it has build in SQL Support with OpenSQL[2]. OpenSQL is just a SQL dialect which is translated to the equivalent SQL needed for the DB specific underlying DB.
Sadly ABAP is a proprietary programming language only available on the SAP Netweaver stack.
[1] https://en.wikipedia.org/wiki/ABAP https://en.wikipedia.org/wiki/ABAP
[2] https://help.sap.com/viewer/fe24b0146c551014891ad42d6b2789e5/7.02.22/en-US/fceb3969358411d1829f0000e829fbfe.html https://help.sap.com/viewer/fe24b0146c551014891ad42d6b2789e5...
- dgellow 6y agoThanks, I never heard of this. That looks like a weird mix between COBOL and SQL?!