| Limit (cost=125.62..125.67 rows=20 width=53) |
| -> Sort (cost=125.62..126.13 rows=204 width=53) |
| Sort Key: created_at DESC |
| -> Seq Scan on tbl_clients (cost=0.00..120.19 rows=204 width=53) |
| Filter: ((NOT deleted) AND (((name)::text ~~* '%信息%'::text) OR (pinyin_shortcut ~~* '%信息%'::text))) |