query to match '\N'

Поиск
Список
Период
Сортировка
От pc
Тема query to match '\N'
Дата
Msg-id 1185561321.042928.238280@i13g2000prf.googlegroups.com
обсуждение исходный текст
Ответы Re: query to match '\N'  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: query to match '\N'  (Bertram Scharpf <lists@bertram-scharpf.de>)
Список pgsql-general
Hi,

I have a table test with columns  col1 col2.col2 contains an entry
'\N' .I want to select all entries which have '\N'  in col2.How do i
do that?

select * from test where col2 like '\N' ;
select * from test where col2 like '\\N' ;

both return 0 rows.Could some one please tell me the right query?


Thanks
Priya


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

Предыдущее
От: Jean-Denis Girard
Дата:
Сообщение: Data on NAS / NFS
Следующее
От: mwsenecal@yahoo.com
Дата:
Сообщение: Require entry of MD5 hash instead of plaintext password?