**Use case** ``` WITH number % 10 AS part SELECT number FROM numbers(1000) INTO OUTFILE 'file_{part}.txt' ``` **Additional context** Hold, because it's difficult to analyze that the `part` identifier is used.