Hi Ruslan and Team, I was wondering if there is a way to do the following queries : UPDATE exercise SET field1 = field2 OR UPDATE exercise SET field1 = field1 + 1 I find that this helps a lot in maintenance of databases. Deane