Hi, I wish to know about what's expected to happens when a view that is used in some others views is recreated. By recreated I mean:
SET AUTOCOMMIT OFF; DROP VIEW XX ; CREATE VIEW XX AS ...; COMMIT; I suppose that all dependent views become invalid (not dropped) , ok ? Then, what's the best way to re-validate invalid views ? To do that other databases support the CREATE or REPLACE VIEW , and anothers revalidate repeating the original create view. regards, Dario -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
