ReferenceSQL StatementsTable and ViewsViewSHOW VIEWVeloDB Cloud 26.x·Apache Doris 4.x (≤ 4.0 supported)·"Since X.Y" tags refer to Doris versionsversion mapping →On this pageSHOW VIEWDescription This statement is used to display all views based on the given table Syntax SHOW VIEW { FROM | IN } table [ FROM db ] Example Show all views created based on table testTbl SHOW VIEW FROM testTbl; Keywords SHOW, VIEW