No not quite, thank you thoug!
I need to change different type of information.
I have a table with text information on a couple of languages. Now I want to add an other language.
In mySql it would be: update tablename set (field1, field2, field3) values ('value1', 'value2', 'value3') where id =...