|
|
|
Reordering Columns in PostgreSQL
|
|
2 points
by HNBRN
1264 days ago
|
|
This is kind of a stupid question but I see lot of people here recommend postgresql so I decided to give it a try. I stumbled upon the fact that it's not possible to rearrange columns ordering. Is this not too much of a constraint ?
I mean what's the workaround for eg for the analysts using it daily ?
Columns just pile at the end of every table without any consistency ? Sorry for the broken english (french) |
|
Your select statement specified the order of your result columns in your result set. Your visualization tools should have the option to reorder the displayed columns to your liking or need.