How to find all the starting alphabets in a table row name.
names
allan
brain
chris
chap
charlie
rosy
ram
dude
output
a
b
c
r
d
|
How to find all the starting alphabets in a table row name.
|
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Use the builtin
SQLFiddle Demo |
|||||||||||
|
|
You can do this with
OR you can also do the same with
See this Fiddle |
|||||||||
|