I have few scripts which use rtrim, ltrim & trim.
I want to know what is use of these functions what do the do.
1 example of SQL is:
update ARRANGEMENT set DOCUMENT=trim(D OCUMENT);
commit;
I want to know what is use of these functions what do the do.
1 example of SQL is:
update ARRANGEMENT set DOCUMENT=trim(D OCUMENT);
commit;
Comment