Sort (cost=376.69..376.81 rows=46 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=367.66..375.42 rows=46 width=265) |
Hash Cond: (tbl_users.id = tbl_projects.creator) |
-> Seq Scan on tbl_users (cost=0.00..7.39 rows=139 width=265) |
-> Hash (cost=367.08..367.08 rows=46 width=4) |
-> HashAggregate (cost=366.16..366.62 rows=46 width=4) |
Group Key: tbl_projects.creator |
-> Seq Scan on tbl_projects (cost=0.00..359.13 rows=2813 width=4) |