|
How is the SUBSTR keyword used in SQL?
COBOL SQL Interview Questions
(Continued from previous question...)
How is the SUBSTR keyword used in SQL?
SUBSTR is used for string manipulation with column name, first position and string length used as arguments. E.g.
SUBSTR(NAME, 13) refers to the first three characters in the column NAME.
(Continued on next question...)
Other Interview Questions
|