IF 130 > ALL (SELECT Rate FROM HumanResources.EmployeePayHistory) PRINT 'No employee is paid more than 130.' ELSE PRINT 'There are employees paid more than 130.'
Post a Comment
No comments:
Post a Comment