(select js from js limit 0,2)
union allSELEct sum(js)as ss FROM (SELEct js FROM js LIMIT 0,2) A
sql表统计及分页统计总数与条数
原文:https://www.cnblogs.com/liyunchuan/p/12133986.html