I have a table with a column that looks like the below:
+----------------+
| name |
+----------------+
| Tim^*^Abas |
| Roy^*^Techs |
| Amanda^*^Futer |
| ... |
+----------------+
It corresponds to first name, last name, with three characters ^*^
joining them.
I want to change this table to abbreviate each name so it takes the first letter of each first name, last name. The final column might look like:
+----------------+
| name |
+----------------+
| T.A. |
| R.T. |
| A.F. |
| ... |
+----------------+
Can this be done strictly in SQL?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…