v.22.11New Feature
Add displayName function, closes #36770
Why it matters
ThedisplayName function provides a way to retrieve a user-friendly or display-oriented name for entities, helping to simplify naming conventions and improve clarity when presenting data.How to use it
Use thedisplayName function in your queries to obtain the display name of an entity. For example:SELECT displayName(entity_column) FROM table_name;