Files
doris/docs/en/sql-reference/sql-statements/Administration/SHOW PLUGINS.md

1.1 KiB

title, language
title language
SHOW PLUGINS en

SHOW PLUGINS

description

To view the installed plugins.

Syntax

    SHOW PLUGINS;
    
    This command will show all builtin and custom plugins.

example

1. To view the installed plugins:

    SHOW PLUGINS;

keyword

SHOW PLUGINS