查询DataSet中PRICE>100的子集
最后更新:2023-10-18 21:20:53
|
状态:未完成
set.select.greater("PRICE",100) // 大于100 set.select.greaterEqual("PRICE",100) // 大于等于100
set.select.greater("PRICE",100) // 大于100 set.select.greaterEqual("PRICE",100) // 大于等于100