SQL statement to get percentage difference between column in two rows
476330May 18 2006 — edited May 18 2006HI
I have a table where I need to get the percentage difference between a column called total for two different dates, the dates are stored in the sales_date column
sales - table
sales_date - pk
total
Thanks