on 2012 Jun 14 11:00 AM
When I declare a view as
CREATE VIEW myView AS SELECT * FROM MyTable
and ALTER TABLE MyTable lateron by adding columns, it seems that v10 and above adapt the view automatically, i.e. the view contains the added table columns, too, though I haven't used ALTER VIEW on that view.
Is that by design?
(With v8, I surely have to call ALTER VIEW explicitly to include the newly added columns.)
Request clarification before answering.
Tracking view dependencies, and automatically re-compiling views due to base table changes, was a v10 feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Watcom does it the way it should be done" 😉
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.