| ASCII |
|
|
|
|
ORACLE CHARACTER FUNCTIONS: ASCII In Oracle/PLSQL, the ascii function returns the NUMBER representation of the specified character. Syntax: character is the specified character to retrieve the NUMBER code for. If more than one character is entered, the function will return the value for the first character and ignore all of the characters after the first. Applies To: SELECT ASCII('Q') FROM DUAL; Result
Powered by !JoomlaComment 3.25
3.25 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
||||||||



