Re: Formating psql query output - Mailing list pgsql-general

From Ron
Subject Re: Formating psql query output
Date
Msg-id 3605db8f-3df2-8e8d-a7e1-4776f4f72e65@gmail.com
Whole thread Raw
In response to Re: Formating psql query output  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On 7/19/21 3:05 PM, Rich Shepard wrote:
> On Mon, 19 Jul 2021, Adrian Klaver wrote:
>
>> You need them in the JOIN and/or WHERE sections, but not necessarily in 
>> the field list in the SELECT portion.
>
> Adrian,
>
> I wondered about that and thought I needed to include them in the SELECT
> phrase.

If that were the case, then there would be no purpose in enumerating columns 
instead of writing "SELECT T1.*, T2.*"

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Formating psql query output
Next
From: Nicolas Seinlet
Date:
Subject: More records after sort