T
tangyin
Unregistered / Unconfirmed
GUEST, unregistred user!
发现filter只能过滤以'北京'开头的,
如query1.filter:='北京*'
而想查字符串中含'北京'的,如
Query1.filter := '*北京*';
//查不到数据
因为后台有五千条记录,动态写select固然可以,但速度相当慢。
又不好循环。
请问有什么好办法了。
如query1.filter:='北京*'
而想查字符串中含'北京'的,如
Query1.filter := '*北京*';
//查不到数据
因为后台有五千条记录,动态写select固然可以,但速度相当慢。
又不好循环。
请问有什么好办法了。