查询DataSet中NAME以‘张’开头的子集
发布日期:2020-07-08
|
最后更新:2026-02-25 02:09:30
|
阅读:8,531
|
状态:更新中
set.select.like('NAME','张%')
set.select.startWith('NAME','张')
set.select.like('NAME','张%')
set.select.startWith('NAME','张')