FROM games WHERE hand_type_c > 0 GROUP BY hand_type_c
ORDER BY chair, ht
ORDER BY 1, 2
""")
hand_types_by_chair={"A":{},"B":{},"C":{}}
forrowinht_result.result_rows:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.