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. Eg. SUBSTR (NAME, 1 3) refers to the first three characters in the column NAME.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions