Subject | Read-Only View |
---|---|
Author | gorepj |
Post date | 2011-03-22T09:15:02Z |
I have created a view which is unexpectedly read-only. It derives from the following SQL.
select *
from CA01P WHERE TYPE01 = 'RQST' ORDER BY IFLG01
This View is non-updatable
If I remove the ORDER BY Clause it becomes updatable. I can't see in the documentation that having an ORDER BY clause will make a view read-only.
I'm using Firebird 2.5
Regards
Peter
select *
from CA01P WHERE TYPE01 = 'RQST' ORDER BY IFLG01
This View is non-updatable
If I remove the ORDER BY Clause it becomes updatable. I can't see in the documentation that having an ORDER BY clause will make a view read-only.
I'm using Firebird 2.5
Regards
Peter