dictionary
Displays the dictionary data as a ClickHouse table. Works the same way as Dictionary engine.
Syntax
Arguments
dict
— A dictionary name. String.
Returned value
A ClickHouse table.
Example
Input table dictionary_source_table
:
Create a dictionary:
Query:
Result:
See Also