QUERY PLAN
Limit (cost=114.96..114.97 rows=1 width=53)
-> Sort (cost=114.96..114.97 rows=1 width=53)
Sort Key: created_at DESC
-> Seq Scan on tbl_clients (cost=0.00..114.95 rows=1 width=53)
Filter: ((NOT deleted) AND (((name)::text ~~* '%北京网信元科技有限公司%'::text) OR (pinyin_shortcut ~~* '%北京网信元科技有限公司%'::text)))