SQL How to convert a decimal to a string

Posted by theringostarrs on Stack Overflow See other posts from Stack Overflow or by theringostarrs
Published on 2010-03-21T21:47:06Z Indexed on 2010/03/21 21:51 UTC
Read the original article Hit count: 94

Filed under:
|

In a SELECT statement I want to convert values to strings ie. SELECT TO_STRING(value).

How can I do this in Oracle SQL?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about sql