Knowledge Walls
John Peter
Pune, Maharashtra, India
ASCII() and CHAR() Method in Mysql with Example
8087 Views
Ascii to chr and chr to ascii in Mysql 
ASCII
    ASCII method is returning equivalent numeric ascii value for the given character.

CHAR
    CHAR method is returning equivalent character for the given numeric ascii value.
Example
SELECT ASCII("a");
SELECT CHAR(97);
Output 
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details