date null

Поиск
Список
Период
Сортировка
От ZioBudda
Тема date null
Дата
Msg-id Pine.LNX.4.03.9810231444211.3855-100000@michel.enter.it
обсуждение исходный текст
Ответы RE: [GENERAL] date null  ("Taral" <taral@mail.utexas.edu>)
Re: [GENERAL] date null  (Ulf Mehlig <umehlig@uni-bremen.de>)
Список pgsql-general
Hi, how can control in a "select" if a date is not null?
I have this table:
Table    = prestito
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                |
Length|
+----------------------------------+----------------------------------+-------+
| id_libro                         | varchar() not null               |
10 |
| id_utente                        | int4 not null                    |
4 |
| data_prestito                    | date                             |
4 |
| data_restituzione                | date                             |
4 |
| n_gg_prestito                    | int4 not null                    |
4 |
| notifica1                        | date                             |
4 |
| notifica2                        | date                             |
4 |
| notifica3                        | date                             |
4 |
+----------------------------------+----------------------------------+-------+

and I want to select only tuples in which notifica1 or notifica2 or
notifica3 are not null.


"Il divertimento e' giusto se la scimmia ci prende gusto"
--
Pluto Linux Press: http://ziobudda.enter.it/PLP
--
Morelli 'ZioBudda' Davide Michel - Member of Pluto Linux User Group
michel@enter.it - http://ziobudda.enter.it/
Linux Problem? Ask to linux@media.dsi.unimi.it
"/dev/ziobudda: access to /var/tmp/beer denied, use /var/adm/pineapple"


В списке pgsql-general по дате отправления:

Предыдущее
От: ZioBudda
Дата:
Сообщение: select and join
Следующее
От: "Taral"
Дата:
Сообщение: RE: [GENERAL] select and join