SQL中的單記錄函數 1.ASCII 返回與指定的字符對應的十進制數; SQL> select ascii( 'A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE
gb.twbts.com