Just a quick one..
Is there a way with SQL and mysql to add two separate columns from the same row together, for example.
"UPDATE MyTable SET column1 = column1 + column2"
I know i can use a script that can open 2 recordsets but was just wondering if it can all be done through sql?
Thanks