Limit (cost=117.34..117.39 rows=20 width=53) |
-> Sort (cost=117.34..117.44 rows=40 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..116.28 rows=40 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%I%'::text) OR (pinyin_shortcut ~~* '%I%'::text))) |