Determines whether the value of an expression is inclusively between the values of two expressions of the same type.
确定一个表达式值是否包含在两个相同类型的表达式的值之间。
- BETWEEN(eTestValue, eLowValue, eHighValue)
参数
- eTestValue
- 指定一个要测试的值。
- eLowValue
- 指定一个下界值。
- eHighValue
- 指定一个上界值。
返回值
逻辑值或者空值。
如果指定的表达式的值等于其中一个边界值或者大于下界值且小于上界值, BETWEEN( ) 返回真 (.T.)。 否则, BETWEEN( ) 返 回假 (.F.)。如果 eLowValue 或者 eHighValue 是空值, BETWEEN( ) 返回空值。示例下面的例子扫描orders
表中 order_amt
字段值在 950 和 1000 之间的所有记录,并且显示cust_id
字段和 order_amt
字段。
- CLOSE DATABASES
- OPEN DATABASE (HOME(2) + 'Data\testdata')
- USE orders && Open order table
- CLEAR
- SCAN FOR BETWEEN(order_amt,950,1000)
- ? cust_id, order_amt
- ENDSCAN
生疏的单词:
- determine
- 及物动词
- 1. 决心,决意。
- 2. 使下决心(多用被动结构)。
- 3. 决定;断定,推定,确定,限定,规定。
- 4.[法律]了结,使终结。
- 5. 限制。
- 6.[物理学]测定。
- They determined to do this at any cost.他们不惜任何牺牲来坐此事。
- I'm determined to learn French. 我决定学习法语。
- The news determined her against further delay. 这消息使她下决心不再拖延。
- to determine what metals are present in the ore 测定矿石中有什么金属存在。
- A hill determined my view.一座山挡住了我的视线。
- 不及物动词
- 1. 决心;决定。
- 2.[法律]终结,终止。
- inclusive
- 形容词 (opp. exclusive)
- 1. 含边界值
- 2. 包围住的,范围广的。
- 3. 包括...的;...也算入的(of)。
- 4. 一切开支包括在内的。
- 5. (语言使用上)不分男女的,(用词上)无男女性别歧视的(如不使用chairman而使用chairperson等)。
- -ly 副词,-ness 名词