Limit (cost=126.41..126.46 rows=20 width=53) |
-> Sort (cost=126.41..127.55 rows=457 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..114.25 rows=457 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%T%'::text) OR (pinyin_shortcut ~~* '%T%'::text))) |