update first one char of a colum
740856Mar 29 2010 — edited Mar 29 2010HI,
i want to update first char of a column in a table, i am using the below statement
update dss_temp
set substr(to_char(parent_id),1,1) ='S';
i am geting error as missing equal sign.
can any one tell me whts going wrong with that please.......
Thanks in advance