Is there a way of getting a 'difference' value on a row in a database. I have a db constructed thus:
CREATE TABLE `test` (
`id` int(11) NOT NULL auto_increment,
`cat` varchar(20) NOT NULL,
`month1` int(11) NOT NULL,
`month2` int(11) NOT NULL,
`main` varchar(20) NOT NULL default ' '...