Recommendation for writing a select statement. - Mailing list pgsql-novice

From JORGE MALDONADO
Subject Recommendation for writing a select statement.
Date
Msg-id BANLkTimKKMmN9Mpm09vspE24PvMwVNtH7A@mail.gmail.com
Whole thread Raw
List pgsql-novice
I need to design a query statement and this is the general structure of what I have in mind:
 
SELECT STATEMENT
(EXCEPT
(SELECT STATEMENT))
UNION
SELECT STATEMENT
(EXCEPT
(SELECT STATEMENT))
 
Is this a recommended guideline or should I break it into smaller individual and independent pieces?
 
Respectfully,
Jorge Maldonado

pgsql-novice by date:

Previous
From: Grzegorz Szpetkowski
Date:
Subject: Re: How to protect Postgres password in my app?
Next
From: Sindile Bidla
Date:
Subject: Error in using copy command