On Thursday, 9 December 2021 at 13:07:20 UTC, mork wrote: > auto sqlstring = sql!i"SELECT x,y,z FROM {something} FROM > {condition}"; A bit clunky. With a custom interpolation function you could overload on the return type and have domain specific syntax.