René Nyffenegger's collection of things on the web | |
René Nyffenegger on Oracle - Most wanted - Feedback
- Follow @renenyffenegger
|
nls_charset_id [Oracle SQL] | ||
nls_charset_id('charset_name') nls_charset_id('CHAR_CS') nls_charset_id('NCHAR_CS')
nls_charset_id returns the numerical id for a character set. The constants CHAR_CS and NCHAR_CS return the id for the database character set and for the
national character set.
|