QUERY PLAN
Sort (cost=10.36..10.37 rows=1 width=718)
Sort Key: pinyin1 NULLS FIRST, namecut1 NULLS FIRST, pinyin2 NULLS FIRST, namecut2 NULLS FIRST, pinyin3 NULLS FIRST, namecut3 NULLS FIRST, pinyin4 NULLS FIRST, namecut4 NULLS FIRST
-> Seq Scan on tbl_users (cost=0.00..10.35 rows=1 width=718)
Filter: ((id = ANY ('{5493,5495}'::integer[])) AND (id = 5493) AND (user_status = '1'::type_global_user_status))