Ascii Chart Oracle
chr function returns the ascii letter for that integer. We know that there are 255 ascii characters defined.
SQL> select chr(65) from dual;
Below code print all 255 ascii characters
2 for i in 1..255 loop
PL/SQL procedure successfully completed.
Share this:
Related
Published by sqlandplsql
To learn more about the Oracle, SQL, PL SQL, Performance Tuning, Database Modeling, Ubuntu, MySQL etc .Suggestions, comments, feedbacks and referrals are highly appreciated. View all posts by sqlandplsql