“Piluxdb 2.0 Usuń pomiar” Kod odpowiedzi

Piluxdb 2.0 Usuń pomiar

influx delete \
  --token token \ # Needed for me but not in source
  --org organization \ # Needed for me but not in source
  --bucket example-bucket \
  --start 1970-01-01T00:00:00Z \
  --stop $(date +"%Y-%m-%dT%H:%M:%SZ") \
  --predicate '_measurement="example-measurement"'
Steve-Tech

napięcie, usuń pomiar na podstawie daty

# InfluxDB: delete from measurement, based on time
DELETE FROM foo WHERE time > '2014-06-30' and time < '2014-06-30 15:16:01'
Thoughtless Tapir

Odpowiedzi podobne do “Piluxdb 2.0 Usuń pomiar”

Pytania podobne do “Piluxdb 2.0 Usuń pomiar”

Więcej pokrewnych odpowiedzi na “Piluxdb 2.0 Usuń pomiar” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu