Subject | Re: [IBO] Ordering and subselects |
---|---|
Author | Christian Gütter |
Post date | 2002-07-10T16:30:50Z |
Hi Andreas,
This works for the ORDER BY clause in my SQL.
But it doesn't work for IBO. When I replace then column name
with the column number in the OrderingItems, I get no longer
a "column not found" error, but Ordering and Incremental
Searching still don't work.
Does IBO support Ordering and Incremental Searching on
"subselected" columns?
Christian
> Try to use column number instead of name, e.g. order by 5thank you.
This works for the ORDER BY clause in my SQL.
But it doesn't work for IBO. When I replace then column name
with the column number in the OrderingItems, I get no longer
a "column not found" error, but Ordering and Incremental
Searching still don't work.
Does IBO support Ordering and Incremental Searching on
"subselected" columns?
Christian