WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND pt.team=t.id AND t.season='Spring' AND t.year=2024' at line 1]
SELECT pt.team FROM player_teams pt,teams t WHERE pt.player= AND pt.team=t.id AND t.season='Spring' AND t.year=2024;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND pt.team=t.id ORDER BY t.year DESC, t.season DESC, t.league ASC' at line 1]
SELECT pt.team, t.* FROM player_teams pt,teams t WHERE pt.player= AND pt.team=t.id ORDER BY t.year DESC, t.season DESC, t.league ASC;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND pt.team=t.id GROUP BY league, league_abbr ORDER BY NumTeams DESC' at line 1]
SELECT league, league_abbr, SUM(wins) AS wins, SUM(losses) AS losses, SUM(ties) AS ties, SUM(pf) AS pf, SUM(pa) AS pa, count(*) AS NumTeams FROM player_teams pt,teams t WHERE pt.player= AND pt.team=t.id GROUP BY league, league_abbr ORDER BY NumTeams DESC;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND pt.team=t.id' at line 1]
SELECT SUM(wins) AS wins, SUM(losses) AS losses, SUM(ties) AS ties, SUM(pf) AS pf, SUM(pa) AS pa, count(*) AS NumTeams FROM player_teams pt,teams t WHERE pt.player= AND pt.team=t.id;

MUD | User Profile
Unable to find a user with GUID jay-lucey
You are not signed in. You must sign in to see your user profile.

User Profile

 
 

(None)