arithmetic expression in sql

Solutions on MaxInterview for arithmetic expression in sql by the best coders in the world

showing results for - "arithmetic expression in sql"
Silvia
01 Aug 2019
1+ Add
2– Subtract
3* Multiply
4/ Divide
5% Modulo
Maria
19 Apr 2018
1You use the operators in any clause (except the From clause)
2 With Date and Timestamp - can only use addition and subtraction
3Add (+), Subtract (-), Multiply (*), Divide (/)