Skip to main content

[ NOT ] BETWEEN

Returns true if the given numeric or string <expr> falls inside the defined lower and upper limits.

Syntax

<expr> [ NOT ] BETWEEN <lower_limit> AND <upper_limit>

Examples

SELECT 'true' WHERE 5 BETWEEN 0 AND 5;

┌────────┐
'true'
├────────┤
true
└────────┘

SELECT 'true' WHERE 'data' BETWEEN 'data' AND 'databendcloud';

┌────────┐
'true'
├────────┤
true
└────────┘
Did this page help you?
Yes
No
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today