SQL92-keywords

is the list of operators in SQL92 specification

Installation | Usage | License

Installation

With npm do

npm install sql92-operators

Usage

Get operators list.

const operators = require('sql92-operators')

operators.indexOf('+') > -1 // true

License

MIT