Subject Re: [firebird-support] selecting some IDs
Author Doug Chamberlin
On 6/4/2010 4:23 PM, Sergio H. Gonzalez wrote:
> Hello, I'm trying to figure out what is the way to a very simple task, so I can
> use the same method from now on...
>
> I want to let the user select some records in order to make a report.
Yes, add the ID values to a temporary table and then join that with the
primary table like you illustrated. Do you have some reason to doubt
this technique? Looks like the best solution to me.