This is a document Template
SQL_ASCII_1.htm
ASCII Function
  • Oracle and MySQL from table dual
    • SELECT ascii('T') from dual
  • PostgreSQL form de novo
    • SELECT ascii('T')
Oracle:

PostgreSQL

MySQL