sql语句问题
select DISTINCT(Report_Day.emp_id),Employee.emp_fname,Convert(sum(datadiff(....用了聚合函数.............. from Report_Day,Employee where Report_Day.emp_id=Employee.emp_id Group By Report_Day.emp_id上面这个句子运行时老提示Employee.emp_fname没有用在聚合函数中或没有用在Group_by中,请问两个表做联接在用聚合函数有什么限制吗?我上面这个语句该怎么变动下???