Subject | Re: AW: AW: [firebird-support] Re: Why the difference? |
---|---|
Author | Mark Rotteveel |
Post date | 2013-03-01T16:39:45Z |
> I guess that the use of ORDER BY applied on VIEWS is ok.You shouldn't see this as applying an order by to a view, but as applying
>
> eg. SELECT * from vVIEW ORDER BY VIEW.FIELD1
an order by to (the result of) a query. That query just happens to only
reference a view.
Mark