发布网友 发布时间:2022-04-14 14:06
共4个回答
热心网友 时间:2022-04-14 15:35
select pakg_id,res_id,chapter from t_movie_pakg where (pakg_id,chapter) in (热心网友 时间:2022-04-14 16:53
select a.Pakg_Id,a.Res_Id,a.chapter热心网友 时间:2022-04-14 18:28
select * from t_movie_pakg热心网友 时间:2022-04-14 20:19
select * from t_Movie_Pakg where chapter=(select chapter +1 from t_Movie_Pakg where Pakg_Id='50001' and Res_Id='20001')