Re:

Поиск
Список
Период
Сортировка
От ries van Twisk
Тема Re:
Дата
Msg-id 9DF6FA8B-B706-41E8-B6A2-0F71C8EEA6DD@rvt.dds.nl
обсуждение исходный текст
Ответ на  (Hemant Patel <hemant.patel@impetus.co.in>)
Ответы Re:  (Hemant Patel <hemant.patel@impetus.co.in>)
Список pgsql-sql

On Nov 5, 2008, at 8:42 AM, Hemant Patel wrote:

Hello Everyone,
 
                I have a array of ids from my search result and now I want to fetch the details from the database.
Now IN query is ruined my sort order.So should I go for Union All?

IN doesn't ruin your sort order really.... You need to think in sets...

Is there any other method to fetch the data..?

Can't you not directly join against you other table to fetch the result directly??

Show us the SQL you are working with + tables would help aswell.


 
Please help me in this….
Thanks in advance…
 
With Regards,
Hemant Patel
 









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

Предыдущее
От: Hemant Patel
Дата:
Сообщение:
Следующее
От: Hemant Patel
Дата:
Сообщение: Re: