MySQL string functions
String functions are used to perform an operation on an input string and return an output string.
Some MYSQL string functions and their uses:
ASCII: Returns the ASCII value for the specific character
Example: SELECT ASCII('A'); returns 65
CHAR_LENGT...
abhisaha15.hashnode.dev3 min read