Files
doris/docs/en/sql-reference/sql-statements/Administration/SHOW VIEW.md
xy720 bf4443578c [Feature] Support show view statement for table (#5813)
Help to find all views which contain the given table
2021-05-19 09:29:00 +08:00

1.1 KiB

title, language
title language
SHOW TABLE STATUS en

SHOW VIEW

description

This statement is used to show all views based on a given table

Syntax:

SHOW VIEW { FROM | IN } table [ FROM db ]

Example

1. Show all views based on the table testTbl

    show view from testTbl;

Keyword

SHOW,VIEW