Answers for "what is the command used to fetch first 5 characters of the string in sql"

SQL
1

how to fetch first 5 characters in sql

Select SUBSTRING(StudentName,1,5) as studentname from student
Posted by: Guest on January-28-2021

Code answers related to "what is the command used to fetch first 5 characters of the string in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language