Answers for "sql get character at index"

SQL
0

sql get character at index

SELECT SUBSTRING('hello', 2, 1)
// answer is "e"
// this is 1-indexed, take care
Posted by: Guest on March-21-2022

Code answers related to "sql get character at index"

Code answers related to "SQL"

Browse Popular Code Answers by Language