Skip to content

Instantly share code, notes, and snippets.

@jmichalicek
Created June 12, 2017 17:20
Show Gist options
  • Save jmichalicek/430152325ff331b0307dfe137cc14781 to your computer and use it in GitHub Desktop.
Save jmichalicek/430152325ff331b0307dfe137cc14781 to your computer and use it in GitHub Desktop.
Copy data from one measurement to a new measurement name in influxdb
# from https://github.com/influxdata/influxdb/issues/4155#issuecomment-268719194
SELECT * INTO new_name FROM old_name
DROP MEASUREMENT old_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment