Re: - Mailing list pgsql-sql

From ries van Twisk
Subject Re:
Date
Msg-id 9DF6FA8B-B706-41E8-B6A2-0F71C8EEA6DD@rvt.dds.nl
Whole thread Raw
In response to  (Hemant Patel <hemant.patel@impetus.co.in>)
Responses Re:
List 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 by date:

Previous
From: Hemant Patel
Date:
Subject:
Next
From: Hemant Patel
Date:
Subject: Re: