Hi!
I have two tables; “Concert” and “Song”.
There’s a one-to-many relation between the two. In the “Concert” table I have “setlist” which can contain multiple Song items.
The order of Song items in the setlist column can vary from Concert to Concert and I cannot figure out how to create a sorting function in which I can save a specific order of Song items.