select list_transform(range(1,6), i -> list_transform(range(1,i+1), j -> '*').array_to_string('')) as stars;