Hi All ,
Can this syntax create view with union all work on SE?
THanks
FRancis
sending to informix-list
Art S. Kagel - 29 Apr 2004 13:10 GMT
> Hi All ,
>
> Can this syntax create view with union all work on SE?
No. VIEWs containing UNION clauses were first permitted in 7.31, since the
SE syntax parser is still at 7.2x level it does not permit this construct.
Art S. Kagel
Art S. Kagel - 29 Apr 2004 13:10 GMT
Oh, the solution is to use a stored procedure instead of a VIEW.
Art S. Kagel
> Hi All ,
>
[quoted text clipped - 3 lines]
> FRancis
> sending to informix-list