I have a table "articles" which contains the columns -articletitle,details,author,serial.The details column is the only column which is Clob and the serial is int.The rest are varchar2.I want to update all the columns of the table except serial since it is the primary key column.Somebody please help me.I am using pl/sql combined with jdbc.Some one please provide the code.
Ads