Re: matching empty column

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: matching empty column
Дата
Msg-id 200608241031.29263@hal.medialogik.com
обсуждение исходный текст
Ответ на matching empty column  (Srinivas Iyyer <srini_iyyer_bio@yahoo.com>)
Список pgsql-novice
On Thursday 24 August 2006 10:27, Srinivas Iyyer <srini_iyyer_bio@yahoo.com>
wrote:
>  tar_id | mid   | seq_id | lscore
> --------+-------+--------+--------
>   32014 |       |  50473 |    814
>   32015 |    67 |  50473 |    814
> The mid column is empty in certain places. how can I
> search if there are empty spaces in mid.
>

select tar_id from table where mid is null;

(assuming it's a numeric and not a text field set to '')

--
Alan

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

Предыдущее
От: Srinivas Iyyer
Дата:
Сообщение: Re: matching empty column
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: matching empty column