查询DataSet中NAME以‘张’开头的子集

发布日期:2020-07-08
最后更新:2026-02-25 02:09:30
阅读:19,369
set.select.like('NAME','张%')
set.select.startWith('NAME','张')