Sort (cost=253.30..253.42 rows=47 width=265) |
Sort Key: tbl_users.pinyin1 NULLS FIRST, tbl_users.namecut1 NULLS FIRST, tbl_users.pinyin2 NULLS FIRST, tbl_users.namecut2 NULLS FIRST, tbl_users.pinyin3 NULLS FIRST, tbl_users.namecut3 NULLS FIRST, tbl_users.pinyin4 NULLS FIRST, tbl_users.namecut4 NULLS FIRST |
-> Hash Join (cost=244.20..251.99 rows=47 width=265) |
Hash Cond: (tbl_users.id = tbl_projects.creator) |
-> Seq Scan on tbl_users (cost=0.00..7.41 rows=141 width=265) |
-> Hash (cost=243.62..243.62 rows=47 width=4) |
-> HashAggregate (cost=242.68..243.15 rows=47 width=4) |
Group Key: tbl_projects.creator |
-> Seq Scan on tbl_projects (cost=0.00..235.34 rows=2934 width=4) |