You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# query = ("SELECT Countries.name, country_ratings.position FROM Countries, country_ratings WHERE Countries.id = country_ratings.id_country ORDER BY country_ratings.position")
# SELECT Countries.name, country_ratings.position FROM Countries, country_ratings WHERE Countries.id = country_ratings.id_country ORDER BY country_ratings.position