A SQL instance can be nested within each other to build SQL strings.
Extension: https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit
Extension: https://marketplace.visualstudio.com/items?itemName=frigus02.vscode-sql-tagged-template-literals-syntax-only
Adapted for Oracle from https://github.com/blakeembrey/sql-template-tag
Private
Join together multiple values into a single Sql instance
Sql
The values to join together
an Sql instance with the values joined by the separator (the this Sql instance)
this
Generated using TypeDoc
A SQL instance can be nested within each other to build SQL strings.
Extension: https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit
Extension: https://marketplace.visualstudio.com/items?itemName=frigus02.vscode-sql-tagged-template-literals-syntax-only
Adapted for Oracle from https://github.com/blakeembrey/sql-template-tag