Hi Experts,
I've a CLOB column where the data length is huge. So just posting below a small snapshot.
--Load files :
--Create directory :
--***************************************************
--
-- name : raddo
-- location : cad
-- id : free
--
INSERT INTO fff.roller (roll_id,
roll_name,
roll_description,
I need to remove multiple newlines and if possible want to bring all code (
which are not commented ) into a single row...
Expected o/p :
--Load files :
--Create directory :
--***************************************************
--
-- name : raddo
-- location : cad
-- id : free
--
INSERT INTO fff.roller (roll_id,roll_name,roll_description,
Please let me know if this is feasible... and any suggestions is highly appreciated.
Thanks
Ranit B.