exec('select @totalCount = count(['+ @orderByWhere +']) from '+ @pageTable +' where '+ @pageWhere)你count 直接count(*) 就可以了...网上Demo很多你找一个直接用多好
因为exec() 相当于调用另一个存储过程,在另一个存储过程中,你没有声明变量 @totalCount