Subject | RE: [IBO] Select with UNION in queries and filtering |
---|---|
Author | Helen Borrie |
Post date | 2007-05-31T02:04:04Z |
>Hi,At 11:52 AM 31/05/2007, Jason wrote:
> > I have a query with a union between two select. It works well.
> > But I need to apply a filter on the result table.
> > The filtering presently applies on the first table only.
> > Is there a way to filter the whole result table ?
> > Thanks in advance for your answers.
> > Marie
>For now, I think the best way to deal with this is to use the macroIf you are using Firebird, you can make a view of your union-ed
>capability and supply the SQL yourself.
set. With this as your base set, you can filter and order your
dataset however you like.
Helen