A Saturday 21 June 2008, Erik Demming escrigué:
> Hi,
>
> what is the best way to create a Table with nested array columns?
>
> I have a 1:N relationship in a data structure and would like to store
> the dependent data in the same row, because at each lookup of a child
> row I also need the parent
Hi,
what is the best way to create a Table with nested array columns?
I have a 1:N relationship in a data structure and would like to store the
dependent data in the same row, because at each lookup of a child row I also
need the parent data and vice versa.
Best would be, if I could create som