query-question

Поиск
Список
Период
Сортировка
От Alexander Blüm
Тема query-question
Дата
Msg-id 3F605E4A.1020408@gmx.de
обсуждение исходный текст
Ответы Re: query-question  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Re: query-question  (Csaba Nagy <nagy@ecircle-ag.com>)
Re: query-question  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: query-question  (Holger Marzen <holger@marzen.de>)
Список pgsql-general
hello,

I'm facing an odd problem.
I have a query:

SELECT "Kürzel", "Autor(en)", "Titel"
FROM "tblTitelangaben"
WHERE "Titel"||"Kürzel"||"Monographie-Kürzel"||"Autor(en)" ILIKE '%er%';

this works like a charm.

but if I add another ||"something" - which might be emtpy, I get no
results.. why?

WHERE
"Titel"||"Kürzel"||"Monographie-Kürzel"||"Autor(en)"||"Herausgeber"
ILIKE '%er%';

|| is the same as "OR", is it not?

1 OR 0 = 1
1 OR 1 = 1
0 OR 0 = 0
right?
therefore I should get the same, or more results...

any hints are greatly appreciated!

TIA,
alex


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

Предыдущее
От: Bjørn T Johansen
Дата:
Сообщение: I need a SQL...
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: query-question