Mysql, can any one help me with these questions. how to find the last alphabet and the first alphabet on a table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Mysql, can any one help me with these questions. how to find the last alphabet and the first alphabet on a table

How to find the last and first alphabet of a record in a database

24th Jul 2021, 4:36 PM
Micheal Alfred
1 Answer
0
First letter: LEFT(column, 1) Last letter: RIGHT(column, 1)
24th Jul 2021, 5:41 PM
Tibor Santa
Tibor Santa - avatar