Temple University

Calculations on Columns (SQL Functions, Concatenation Operator) You can also apply functions on the returned columns. For example, if you wanted to find the number of days since each order was placed, you could use the GETDATE( ) function (to return today's date) and the DATEDIFF function to calculate the number of days between today and the ... ................
................