Re: how to read bytea field
От | Shoaib Mir |
---|---|
Тема | Re: how to read bytea field |
Дата | |
Msg-id | bf54be870701240212l7e765137v93dea9a431588294@mail.gmail.com обсуждение исходный текст |
Ответ на | how to read bytea field (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>) |
Ответы |
Re: how to read bytea field
|
Список | pgsql-general |
This might help you:
select encode(col1,'escape') from tblBytea;
where col1 is of type bytea...
-------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)
select encode(col1,'escape') from tblBytea;
where col1 is of type bytea...
-------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)
On 1/24/07, marcelo Cortez <jmdc_marcelo@yahoo.com.ar> wrote:
folks
help me ,i cant read bytea type field's.
how to convert bytea to text or varchar ?
when using bytea types?
any clue be appreciated
best regards
mdc
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
В списке pgsql-general по дате отправления: