Monday, 19 February 2018

SQL ASCII() Function

Return ascii value of given in function

Example

SELECT ASCII('a')

RESULT : 97

No comments:

Post a Comment