function tail(expression) tail() returns all but the first element in a list. Arguments:
MATCH (a) WHERE a.name='Eskil' RETURN a.array, tail(a.array)