9/08/2017

SQL How to remove spaces from string

So, in order to remove all left and right spaces from string run this simple script.



SELECT RTRIM(LTRIM(' shhdaaahjfhopenopendatabasehf ')) FROM DUAL;

No comments:

Post a Comment

Popular Posts