Is it possible to have or create a SQL function with variable numbers of arguments:
FUNC(...) which reply to call FUNC("") or FUNC('', ''), ect...
It seems not :(