select *, year( now( ) ) - year( player_Birthday ) AS age from tbl_player,tbl_team where tbl_team.team_ID = tbl_player.team_ID and player_ID =
1064: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 '' at line 2