Specifically, I'd like to insert a third column (c3) that equals c1 divided by c2 rounded to the nearest integer. I've looked at mySql cookbooks and skimmed through O' Reilly's introduction, but I've yet to see anything that would suggest this is possible.
Using JDBC, Apache's DBUtils, or a simple mysql script are all possibilities for me.