Function to convert between datasets

Function to convert between datasets


 SELECT convert(

        DATA,

        'TO DATASET',

        'FROM DATASET'

    ) FROM DUAL  



example :

SELECT convert(

        'موقع الفعالية اضغط هنا',

        'AL32UTF8',

        'AL32UTF8'

    ) FROM DUAL

Comments

Popular posts from this blog

opaque schema xsd (standard file used in OIC)

SQL,PLSQL interview practice and DSA patterns

QR code Generate From Oracle PLSQL