SQL Sum of Field [closed]

SELECT SUM(price) as price_sum FROM RACUN WHERE date > '01-01-2013' AND date < '01-31-2013'

Leave a Comment