I have two arrays of database records.
I'd like to add the second one to the beginning of the first.
I looked into insert
, at a specific indexx, but it would result in inserting the second array inside the first one.
It might not be that hard, but thanks in advance for any help.