How to display column title as in the query without 'AS' statement in Postgres? – dba.stackexchange.com

I query data from multiple tables using JOIN statements like this : SELECT u.id,u.name,d.id,d.name FROM user u RIGHT JOIN dog d ON... ; When I get the answer, in psql for example, I've got this kind ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "How to display column title as in the query without 'AS' statement in Postgres? – dba.stackexchange.com"