Movatterモバイル変換


[0]ホーム

URL:


PreviousNext JavaScript must be enabled to correctly display this content

ASCIISTR

Syntax

Description of asciistr.eps follows
Description of the illustration asciistr.eps

Purpose

ASCIISTR takes as its argument a string, or an expression that resolves to a string, in any character set and returns an ASCII version of the string in the database character set. Non-ASCII characters are converted to the form\xxxx, wherexxxx represents a UTF-16 code unit.

See Also:

Examples

The following example returns the ASCII string equivalent of the text string "ABÄCDE":

SELECT ASCIISTR('ABÄCDE')  FROM DUAL;ASCIISTR('----------AB\00C4CDE

[8]ページ先頭

©2009-2025 Movatter.jp