Answers for "how to isolate the first 4 characters in access using sql query"

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 "how to isolate the first 4 characters in access using sql query"

Code answers related to "SQL"

Browse Popular Code Answers by Language