Let's say I have a column named "changedetail" with datatype "CLOB" in a table called "changelog". Now, I want to store the value of "changedetail" in a new variable say "loginfo" when a column named "changeuid" is say "ABC1234" . Please can someone help me in getting the sql query for this.
Thanks.