about NULL

Поиск
Список
Период
Сортировка
От zhangyue
Тема about NULL
Дата
Msg-id 200305211548390.SM01104@zhangyue
обсуждение исходный текст
Список pgsql-hackers
Hi,
How can I get the tuples one of whose attributes is NULL?
For example, First, create table tb(id int,name text); Then   insert into tb values(1); 
insert into tb values(2,'Rose'); I want to select the tuples whose attribute name= NULL,
How to write the sql ?
Thanks.


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