Left, right can still play like this

LEFT: Return the specified number of characters from the left in the string

LEFT(character_expression,integer_expression);

For example
Insert picture description here

RIGTH: Return the specified number of characters from the right of the string

RIGHT(character_expression,integer_expression);

Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_40145879/article/details/108225140