Limit (cost=128.92..128.97 rows=20 width=53) |
-> Sort (cost=128.92..130.11 rows=475 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..116.28 rows=475 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%W%'::text) OR (pinyin_shortcut ~~* '%W%'::text))) |