Re: Bytea Example

2020-08-16 Thread Naveen Kumar
idn't find good links regarding this so I raised the issue. Nothing else I am doing. Thank you one and all !! Thanks & Regards Naveen On Thu, Aug 13, 2020 at 7:34 PM Adrian Klaver wrote: > On 8/13/20 6:56 AM, Naveen Kumar wrote: > > I am not using any programming language. I a

How to export query results to excel file using psql command in postgresql

2020-08-13 Thread Naveen Kumar
How to export query results to excel file using psql command in postgresql

Re: Bytea Example

2020-08-13 Thread Naveen Kumar
I am not using any programming language. I am simply using PostgreSQL 12 version that's all On Thu, Aug 13, 2020 at 7:21 PM Adrian Klaver wrote: > On 8/13/20 6:49 AM, Naveen Kumar wrote: > > I am trying to migrate the database from Oracle to PostgreSQL > > The question was:

Re: Bytea Example

2020-08-13 Thread Naveen Kumar
I am trying to migrate the database from Oracle to PostgreSQL On Thu, Aug 13, 2020 at 7:17 PM Adrian Klaver wrote: > On 8/13/20 6:40 AM, Naveen Kumar wrote: > > Can someone please give me an example on byteA data type. > > > > 1. How to import a image/text file into Bytea d

Bytea Example

2020-08-13 Thread Naveen Kumar
Can someone please give me an example on byteA data type. 1. How to import a image/text file into Bytea data type.? 2. How to export the same?