DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Problem with RAW

  1. #1
    Join Date
    Dec 2005
    Location
    nagpur, india
    Posts
    1

    Question Problem with RAW

    hi all,
    how can i convert value of a column with raw datatype to varchar and viceversa ?
    Thanks
    ,

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi Abhishek

    SELECT column_name, UTL_RAW.CAST_TO_VARCHAR2(low_value)
    ,UTL_RAW.CAST_TO_VARCHAR2(high_value)
    FROM user_tab_columns


    regards
    Hrishy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width