v.20.5New Feature

Now dictGet* functions accept table names

Now dictGet* functions accept table names. #11050 (Vitaly Baranov).
The dictGet* functions now support using table names as arguments.

Why it matters

This feature enhances the flexibility of the dictGet* functions by allowing users to specify tables directly, simplifying queries and expanding their applicability when working with dictionary data in ClickHouse.

How to use it

Use the dictGet* functions by passing table names instead of dictionary names. For example, you can write dictGet('table_name', ...) to retrieve data from a specified table.