Home
Contact me!
Source Code
TrackFootball.app
Data Source Credits
https://github.com/vaastav/Fantasy-Premier-League
Last Updated
Loading
Actions
Execute SQL
Format SQL
Query
SELECT printf('%s %s (%s)', first_name, second_name, element_type) AS name, total_points, minutes, now_cost AS price, influence, threat, creativity FROM players WHERE element_type = 'GK' ORDER BY CAST(total_points AS INTEGER) DESC, CAST(minutes AS INTEGER) DESC LIMIT 20
Database Schema