Placeholder page
b188 queries now recognize a between operator for dates and numerical values. Syntax is between(variable, <expression>, <expression>) ; it returns true if the value of variables lies between the 2nd and third parameter values. Strictly
v2 <= variable value <= v3
b? within operator