select question

Поиск
Список
Период
Сортировка
От guenther@laokoon.in-berlin.de (Christian Guenther)
Тема select question
Дата
Msg-id 199807300811.KAA17102@laokoon.IN-Berlin.DE
обсуждение исходный текст
Список pgsql-sql
Hi,

is there anybody who can say my why following select-statement make
no results:

select main.name, main.sortname, main.stadt, main.id, statistik.hits from
main, statistik where main.id = statistik.mu_id order by statistik.hits
DESC, main.sortname

I do not get any error, but no result too. I have tuples in statistik and
main where the main.id = statistik.mu_id

Any hints?

Thanks

Christian

--
 Christian Guenther         http://laokoon.in-berlin.de/Kuenstler/
 Fax: +49 030 4464152       http://laokoon.in-berlin.de/Museum/
 Tel: +49 030 4442931       E-mail: guenther@laokoon.in-berlin.de

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

Предыдущее
От: "G.Elangovan "
Дата:
Сообщение: Re: [SQL] Problem in Grant and Revoke Query
Следующее
От: Daniele Orlandi
Дата:
Сообщение: What do I need to escape in an Insert ?