Re: [SQL] EXTERN JOIN with WHEN query

2003-06-08 Thread Mendola Gaetano
I didn't read all the entire problem but try to use WHERE instead of WHEN. Regards Gaetano Mendola - Original Message - From: "javier garcia - CEBAS" <[EMAIL PROTECTED]> To: "pgsql-sqL" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 12:55 PM Subje

[SQL] EXTERN JOIN with WHEN query

2003-06-07 Thread javier garcia - CEBAS
Hi all; This is a query that I guess is not very dificult, but I'm a newbie; I've got a lot of tables, each of them with two columns: SELECT * FROM precal; -> (date) (real) fecha| precipitacion +--- 1996-01-01 | 0.6 1996-02-01 | 0.7 ..