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