ASCII Function:- ASCII function give the ASCII value of the first or leftmost character of a given expression. Syntax:- ASCII(str) For Example:- SELECT ASCII(‘Cat’)AS Lower_Case; output:- 67 SELECT ASCII(‘C’)AS Lower_Case; output:- 67 CHAR Function:- CHAR
Continue Reading- Home
- COMPRESS