Simple about SAP basis
Resource for users who want to be familiar with SAP basis
Legal
(Move to ...)
Privacy Policy
▼
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
‹
›
Home
View web version
No comments:
Post a Comment