Hello
I want to export a table from PostGis databse by keeping only the columns that don't appear in a text file.
This is an example to be more clear :
Text_file : A B C Z
Table columns :
ID7
T
Z
F
K
B
Export result:
ID7
T
F
K
Thank you in advance for your answers.
Best Regards