本页
gte()
gte()用于查找所有在所述列(column)
上的值大于或等于指定值(value)
的记录。
案例教程
案例1 (使用select)
参数说明
-
列(column) [必要参数]
string类型
要过滤的列
-
值(value) [必要参数]
任意类型
用来过滤的值
gte()用于查找所有在所述列(column)
上的值大于或等于指定值(value)
的记录。
string类型
要过滤的列
任意类型
用来过滤的值