CREATE CONTINUOUS QUERY “cq_basic_br” ON "transportation"
BEGIN
SELECT mean() INTO “downsampled_transportation”.“autogen”.‘$1_sss’ FROM /./ GROUP BY time(30m),*
END
I want to customize all measurements name ,maybe there is some way like that instand of :MEASUREMENT ?