无法执行SQL语句:select *,round(per * 1, 1) per_out from (select *,value per from player_bbr_stats_pair where season = '1998' and isseason = 0 and issplit = 0 and table_id = 'shooting' and item = 's10_16_fg') p, player_playoff_out_avg t where t.player_id = p.player_id and p.season = t.season and t.issplit = 0 and mp >= 10 and g >= 3 order by per * 1 desc limit 0, 50 !