Possible Duplicate:
Need to update the value of a column in SQLite
Hi all I have 5 records in my SQLite data base table for my android application. The values are 5,25,15,25,25. Now i want to update my entire column with 50. For example 5+50=55 and do like the for all the values. I don't know how to write update query. Can anybody tell me? Thanks in advance.