Skip to content

OPERAND_COUNT

Subhajit Sahu edited this page Feb 12, 2020 · 1 revision

Number of operands used with an SQL operator.

sql.OPERAND_COUNT;
const sql = require('extra-sql');

sql.OPERAND_COUNT;
// Map(32) {
//   '+' => 2,
//   '-' => 2,
//   '*' => 2,
//   ...
// }
Clone this wiki locally