update column named "FROM" in oracle

I have a column named "FROM" in oracle. If i updated that column i got Syntax error. What is the query to update such kinda of column name?Advance wishes.
[168 byte] By [Daiesha] at [2007-11-27 5:20:01]
# 1
You can escape the names so they do not get checked against reserved SQL word. Then you have to provide them in the right case. Maybe like this?'FROM'
BIJ001a at 2007-7-12 11:43:42 > top of Java-index,Java Essentials,Java Programming...
# 2
Oh rename the column already. Who names a column "FROM"? Do you have another one named "SELECT"?
cotton.ma at 2007-7-12 11:43:43 > top of Java-index,Java Essentials,Java Programming...