[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

Javatpoint.com is changed to TpointTech.com

CONVERT

CONVERT is a String function of Oracle. This function is used to convert one string set to another.

Syntax

Parameters

string1: string to be converted.

char_set_to: string to be converted into character set.

char_set_from: it is optional. Character set to converted.

Return

This function returns a string value in particular character set.

Example 1


Oracle String CONVERT Function

Example 2


Oracle String CONVERT Function
Next TopicOracle String