Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 147 Bytes

BETWEEN.md

File metadata and controls

9 lines (6 loc) · 147 Bytes

Keyword BETWEEN

Check if the number is in the including range.

Syntax:

    expression1 [NOT] BETWEEN expression2 AND expression3