QUERY PLAN
Sort (cost=18.12..18.14 rows=7 width=39)
Sort Key: u.pinyin1 NULLS FIRST, u.namecut1 NULLS FIRST, u.pinyin2 NULLS FIRST, u.namecut2 NULLS FIRST, u.pinyin3 NULLS FIRST, u.namecut3 NULLS FIRST, u.pinyin4 NULLS FIRST, u.namecut4 NULLS FIRST
-> Hash Right Join (cost=9.00..18.02 rows=7 width=39)
Hash Cond: (u.id = c.user_id)
-> Seq Scan on tbl_users u (cost=0.00..7.39 rows=139 width=35)
-> Hash (cost=8.91..8.91 rows=7 width=8)
-> Seq Scan on tbl_task_group_user_relationships c (cost=0.00..8.91 rows=7 width=8)
Filter: (task_group_id = ANY ('{194,192}'::integer[]))