SyntaxFix
Write A Post
Hire A Developer
Questions
Works in both with postgresql and Oracle
SELECT ename, sal, round(((sal * .15 + comm) /12),2) FROM emp where job = 'SALESMAN'