User Tools

Site Tools


microsoft:microsoft_sql_server:sql:sum:sum_with_isnull

Microsoft - Microsoft SQL Server - SQL - Sum - Sum with isnull

SELECT SUM(ISNULL(Salary, 10000) AS Salary
FROM Employee;
microsoft/microsoft_sql_server/sql/sum/sum_with_isnull.txt · Last modified: 2021/08/05 15:01 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki