| Limit (cost=123.81..123.86 rows=20 width=53) |
| -> Sort (cost=123.81..124.27 rows=182 width=53) |
| Sort Key: created_at DESC |
| -> Seq Scan on tbl_clients (cost=0.00..118.97 rows=182 width=53) |
| Filter: ((NOT deleted) AND (((name)::text ~~* '%工%'::text) OR (pinyin_shortcut ~~* '%工%'::text))) |