| Aggregate (cost=17.91..17.92 rows=1 width=8) |
| -> Sort (cost=17.89..17.89 rows=1 width=3844) |
| Sort Key: tbl_users.updated_at DESC |
| -> Seq Scan on tbl_users (cost=0.00..17.88 rows=1 width=3844) |
| Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (((name)::text ~~* '%1760080%'::text) OR ((email)::text ~~* '%1760080%'::text) OR (pinyin_shortcut ~~* '%1760080%'::text))) |