SQL语句: select * from (select distinct t2.issue,cashmoney from (select distinct issue from lot_gamepara)t1 join(select distinct cashmoney,issue from lot_cash)t2on t1.issue = t2.issue order by issue,cashmoney ) tt1,(select poscode from lot_game where t…