Skip to main content

system.virtual_columns

Introduced or updated: v1.2.262

Contains information about the created virtual columns in the system.

See also: SHOW VIRTUAL COLUMNS

SELECT * FROM system.virtual_columns;

┌───────────────────────────────────────────────────────────────────────────────────────────────┐
databasetable │ virtual_columns │ created_on │ updated_on │
├──────────┼────────┼─────────────────┼────────────────────────────┼────────────────────────────┤
default │ test │ val['name']2023-12-25 21:24:26.1277902023-12-25 21:24:38.455268
└───────────────────────────────────────────────────────────────────────────────────────────────┘
Did this page help you?
Yes
No