boolean query

Поиск
Список
Период
Сортировка
От Ben-Nes Yonatan
Тема boolean query
Дата
Msg-id 003901c14807$c96b2de0$ab5796d4@canaan.co.il
обсуждение исходный текст
Список pgsql-general
Haloa!
i got a boolean column (named 'seen') which contain the values '1' and '0' (depends on the item)
now.. when i query the DB with the string "SELECT * FROM categories WHERE seen='1';"
it brings me all of the items including those which seen='0'
doesnt anyone know y?
with thx in advance
Ben-Nes Yonatan

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

Предыдущее
От: "Mihai Gheorghiu"
Дата:
Сообщение: Triggers and rules
Следующее
От: Keary Suska
Дата:
Сообщение: Re: Quoting '?' placeholder in Perl's DBD::Pg?