Limit (cost=115.76..115.81 rows=20 width=53) |
-> Sort (cost=115.76..115.90 rows=57 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..114.25 rows=57 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%hj%'::text) OR (pinyin_shortcut ~~* '%hj%'::text))) |