All pages
Powered by GitBook
1 of 1

Loading...

CHECK VIEW

Verify the validity of a view's algorithm. This statement checks if the view definition is correct and references existing tables.

Syntax

CHECK VIEW view_name

Description

The CHECK VIEW statement checks whether the view algorithm is correct. It is run as part of , and should not normally be required in regular use.

See Also

This page is licensed: CC BY-SA / Gnu FDL

mariadb-upgrade
REPAIR VIEW