Limit (cost=191.08..191.13 rows=20 width=53) |
-> Sort (cost=191.08..191.37 rows=117 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..187.97 rows=117 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%网%'::text) OR (pinyin_shortcut ~~* '%网%'::text))) |