Limit (cost=115.63..115.64 rows=1 width=53) |
-> Sort (cost=115.63..115.64 rows=1 width=53) |
Sort Key: created_at DESC |
-> Seq Scan on tbl_clients (cost=0.00..115.62 rows=1 width=53) |
Filter: ((NOT deleted) AND (((name)::text ~~* '%未设置%'::text) OR (pinyin_shortcut ~~* '%未设置%'::text))) |