How to customize measurement name with backreferencing

CREATE CONTINUOUS QUERY “cq_basic_br” ON "transportation"
BEGIN
SELECT mean() INTO “downsampled_transportation”.“autogen”.:MEASUREMENT FROM /./ GROUP BY time(30m),*
END

how to customize measurement name in this cq