This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
不太了解 MYSQL 只是想将这个 SQLSERVER 代码转移到 MYSQL 中工作
Select [SALARY],[BONUS],[COMM],
SUM (SALARY + BONUS + COMM)AS
'Total Compensation'
FROM [Enterprise].[dbo].[Employee]
Where ED_LVL >= '16'
group by [SALARY],[BONUS],[COMM]