📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

information_schema.views



Provides metadata information for all views.

See also:

DESCRIBE information_schema.views; ╭───────────────────────────────────────────────────────────────────────────╮ │ Field │ Type │ NullDefault │ Extra │ │ String │ String │ String │ String │ String │ ├────────────────────────────┼──────────────────┼────────┼─────────┼────────┤ │ table_catalog │ VARCHARNO'' │ │ │ table_schema │ VARCHARNO'' │ │ │ table_name │ VARCHARNO'' │ │ │ view_definition │ VARCHARNO'' │ │ │ check_option │ VARCHARNO'' │ │ │ is_updatable │ TINYINT UNSIGNED │ NO0 │ │ │ is_insertable_into │ BOOLEANNOfalse │ │ │ is_trigger_updatable │ TINYINT UNSIGNED │ NO0 │ │ │ is_trigger_deletable │ TINYINT UNSIGNED │ NO0 │ │ │ is_trigger_insertable_into │ TINYINT UNSIGNED │ NO0 │ │ ╰───────────────────────────────────────────────────────────────────────────╯

Was this page helpful?