| Limit (cost=145.08..145.13 rows=20 width=53) |
| -> Sort (cost=145.08..147.41 rows=935 width=53) |
| Sort Key: created_at DESC |
| -> Seq Scan on tbl_clients (cost=0.00..120.19 rows=935 width=53) |
| Filter: ((NOT deleted) AND (((name)::text ~~* '%北京%'::text) OR (pinyin_shortcut ~~* '%北京%'::text))) |