| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 56 of 121
NLS_CHARSET_DECL_LEN returns the declaration width (in number of characters) of an NCHAR column. The bytecnt argument is the width of the column. The csid argument is the character set ID of the column.
SELECT NLS_CHARSET_DECL_LEN (200, nls_charset_id('ja16eucfixed')) FROM DUAL; NLS_CHARSET_DECL_LEN(200,NLS_CHARSET_ID('JA16EUCFIXED')) --------------------------------------------------------
100
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|