Export csv or xml file from a dataset in Postgresql -


i export dataset of table in csv or xml file, depending on easier. i'm using postgresql dbms. knows how that? thank you.

use copy command or run query psql , redirect std out file. other methods exists well.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -