How to display column title as in the query without 'AS' statement in Postgres? – dba.stackexchange.com 08:29 Posted by Unknown No Comments 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 Unknown
0 Comment to "How to display column title as in the query without 'AS' statement in Postgres? – dba.stackexchange.com"
Post a Comment