Answers for "how to do string 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 "SQL"

Browse Popular Code Answers by Language