首页上一页 1 下一页尾页 1 条记录 1/1页
在jsp数据库系统开发手册 中的图书超市的index.jsp中的数据库查询问题
发表在JavaWeb图书答疑
2008-09-12
是否精华
是
否
版块置顶:
是
否
ResultSet rs_sort=connDB.executeQuery("select * from (select top 10 * from ( select sum(number) as amount,ISBN from tb_Order_detail group by ISBN )as tab order by amount desc) o inner join tb_bookinfo b on o.ISBN=b.ISBN order by o.amount desc");
该语句是什么意思,能不能详细说明下他的功能如:o inner join , b,o.ISBN
该语句是什么意思,能不能详细说明下他的功能如:o inner join , b,o.ISBN