DATA TYPE CONVERTION - Mailing list pgsql-novice

From JORGE MALDONADO
Subject DATA TYPE CONVERTION
Date
Msg-id f03943a00905041521u22f173e1o1e6daf9222bbd32d@mail.gmail.com
Whole thread Raw
Responses Re: DATA TYPE CONVERTION
Re: DATA TYPE CONVERTION
List pgsql-novice
Is it possible to convert a numeric value to string within a SELECT query statement?
For example, let's say that I have a table with a numeric field named "quantity". A normal SELECT would be "SELECT quantity FROM tblOrders". What if I want the value returned by the SELECT clause to be of type string instead of decimal?
 
Regards,
Jorge Maldonado

pgsql-novice by date:

Previous
From: Adam Ruth
Date:
Subject: Re: hi
Next
From: Adam Ruth
Date:
Subject: Re: DATA TYPE CONVERTION