sum问题select sum(dbo.my_func(100)) as count from my_table 如果想完成这样的工作,请问应该怎么做那? [解决办法]dbo.my_func 这个函数返回的是什么啊?