select b.code, c.nama as work, c.name as workout, b.firstdate, b.lastdate, a.code, b.status
from table a
inner join table b on A.code = b.code
inner join table c on b.code = c.code
Where b.firstdate between '12/04/2016 11:56:17' and '12/06/2016 11:56:17' order by b.nama, c.nama, b.firstdate ASC
所以我必须在我的SQL查询中放入计数
答案 0 :(得分:1)
UITabBarController