reverse description Syntax example keyword reverse description Syntax VARCHAR reverse(VARCHAR str) The REVERSE() function reverses a string and returns the result. exa...
reverse description Syntax example keyword reverse description Syntax VARCHAR reverse(VARCHAR str) The REVERSE() function reverses a string and returns the result. exa...
语法 参数解释 返回值 异常情况 REVERSE 函数用于从头到尾颠倒 RAW r 中的字节序列。 例如,’nba’ 将被反转为 ‘abn’。结果长度与 RAW 的输入长度相同。 语法 UTL_RAW . REVERSE ( r IN RAW ) RETURN RAW ; 参数解释 参数 描述 ...
语法 参数解释 返回值 异常情况 REVERSE 函数用于从头到尾颠倒 RAW r 中的字节序列。 例如,’nba’ 将被反转为 ‘abn’。结果长度与 RAW 的输入长度相同。 语法 UTL_RAW . REVERSE ( r IN RAW ) RETURN RAW ; 参数解释 参数 描述 ...
REVERSE() Description Syntax Arguments Examples REVERSE() Description Returns the string str with the order of the characters reversed. Syntax > REVERSE ( str ) ...