Hello,I have a table with 'parent' and 'child' columns containing an id.
I have another column named 'chain' that is a list containing id's of
parents all the way to the root. This means that for a given row, the
chain column contains the path to the...