Split the result of a query in 2 rows - Mailing list pgsql-novice

From JORGE MALDONADO
Subject Split the result of a query in 2 rows
Date
Msg-id CAAY=A79PMCTw=GskMa8bdxCsu8FYUHOT4vrcTUzCCU9KSw776A@mail.gmail.com
Whole thread Raw
Responses Re: Split the result of a query in 2 rows
Re: Split the result of a query in 2 rows
Re: Split the result of a query in 2 rows
List pgsql-novice
I have a very simple query to a single table as follows:

SELECT field1, field2 FROM tbl_table ORDER BY field1

Is it possible to "split" the results so field1 is displayed in one row and field2 in another row?

Best regards,
Jorge Maldonado

pgsql-novice by date:

Previous
From: Lacey Powers
Date:
Subject: Re: Hash function
Next
From: David G Johnston
Date:
Subject: Re: Split the result of a query in 2 rows