Limit (cost=114.69..114.74 rows=19 width=53) |
-> Sort (cost=114.69..114.74 rows=19 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..114.29 rows=19 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%北京市%'::text) OR (pinyin_shortcut ~~* '%北京市%'::text))) |