from left-
SELECT LEFT('Name1', LEN('Name1')-1)
Result-Name
from right-
SELECT RIGHT('Name1', LEN('Name1')-1)
Result-ame1
SELECT LEFT('Name1', LEN('Name1')-1)
Result-Name
from right-
SELECT RIGHT('Name1', LEN('Name1')-1)
Result-ame1
–> To highlight a block of code in Notepad++, please do the following steps step-1 :- Select the required text. step-2 :- Right click...
No comments:
Post a Comment