select * from standing_football_total
where fk_league_key = '168'
and standing_added = (select max(standing_added) from standing_football_total where fk_league_key = '168')
order by fk_stage_key asc, standing_place ascError Table 'apiv2.standing_football_total' doesn't exist