How to use alias with tag?

I have influxDB with this query.

SELECT non_negative_derivative(max(“interface_stats.ingress_stats.if_octets”),1s)*8/1000000 FROM “juniperNetworks.jnpr_interface_ext” WHERE $timeFilter AND “device” =~ /hostname/ AND “interface_stats.if_name” =~ /interface/ GROUP BY time($groupby),“device”, “interface_stats.if_name”

I want to create alias with field ‘interface_stats.if_name’. This field contains special characters. How can I use alias with tag?

Thank you,
Anuparp

[[solved]]
I use alias [[tag_interface_stats.if_name]]