It would be nice if you could specify a limit for the number of splits that `IN x SPLIT y BY z` performs. A potential syntax could be: ``` IN var SPLIT text BY delimiter NO MORE THAN x TIMES ```
It would be nice if you could specify a limit for the number of splits that
IN x SPLIT y BY zperforms.A potential syntax could be: