Function: convertDelimitedListToSQL?

Looks like it’s simply reformatting the tilde separated list to a single-quoted, comma separated list valid for a SQL IN() clause.

I wonder if “C” arg means comma and perhaps there are other, more advanced options such as OR LIKE ‘{1}%’ OR LIKE ‘{n}%’ etc

:thinking:

PS - It’d be cool if we could extend a javascript library of such functions.