Data ModelingFunction ListunnestOn this pageunnestExpands an array or nested structure into multiple rows. Syntax unnest(<val>) ParameterTypeDescriptionvalArrayThe Val value. Return values Array Usage Expands order tags array into multiple rows. unnest(orders.tags) Related functions json_array_elements str_split generate_series