ts-typed-sql icon indicating copy to clipboard operation
ts-typed-sql copied to clipboard

between operator

Open phiresky opened this issue 8 years ago • 0 comments

a BETWEEN x AND y

a.between(x, y) is much easier to read than a.isAtLeast(x).and(t.isAtMost(y))

https://www.postgresql.org/docs/9.1/static/functions-comparison.html

phiresky avatar Aug 04 '17 10:08 phiresky