Using SQL or PL/SQL to replace empty lines before start of content in CLOB
问题 If i have a clob field that contains the following text Note - The @ character denotes an empty line (with or without spaces). @ @ AB DF SDF DFDS F FDSFSDF @ DFSFDSFSDF @ DSFDS @ FDSF DSFS DF @ @ @ @ How can i modify it so that all the empty lines at the beginning of the text are removed (i.e. all empty lines up to the first line where there is content) I know there are several functions that Oracle provide for replacing strings but i am struggling to use any of them when i can ignore the