12 rows where key = "HKWeatherHumidity" sorted by id

View and edit SQL

Suggested facets: value, created_at (date), updated_at (date)

id ▼ created_at updated_at deleted_at workout_id key value
433 2021-03-04 17:19:51.195874+03:00 2021-03-04 17:19:51.195874+03:00   101 101 HKWeatherHumidity 8100 %
438 2021-03-04 17:19:51.197155+03:00 2021-03-04 17:19:51.197155+03:00   102 102 HKWeatherHumidity 7200 %
443 2021-03-04 17:19:51.199363+03:00 2021-03-04 17:19:51.199363+03:00   103 103 HKWeatherHumidity 7400 %
448 2021-03-04 17:19:51.20126+03:00 2021-03-04 17:19:51.20126+03:00   104 104 HKWeatherHumidity 8000 %
452 2021-03-04 17:19:51.202779+03:00 2021-03-04 17:19:51.202779+03:00   105 105 HKWeatherHumidity 5000 %
456 2021-03-04 17:19:51.203702+03:00 2021-03-04 17:19:51.203702+03:00   106 106 HKWeatherHumidity 8200 %
461 2021-03-04 17:19:51.204503+03:00 2021-03-04 17:19:51.204503+03:00   107 107 HKWeatherHumidity 9100 %
465 2021-03-04 17:19:51.206368+03:00 2021-03-04 17:19:51.206368+03:00   108 108 HKWeatherHumidity 9200 %
470 2021-03-04 17:19:51.208089+03:00 2021-03-04 17:19:51.208089+03:00   109 109 HKWeatherHumidity 8500 %
474 2021-03-04 17:19:51.209473+03:00 2021-03-04 17:19:51.209473+03:00   110 110 HKWeatherHumidity 9100 %
478 2021-03-04 17:19:51.211196+03:00 2021-03-04 17:19:51.211196+03:00   111 111 HKWeatherHumidity 9000 %
483 2021-03-04 17:19:51.212601+03:00 2021-03-04 17:19:51.212601+03:00   112 112 HKWeatherHumidity 8200 %

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `health_workout_metadata` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`workout_id` integer,`key` text,`value` text,PRIMARY KEY (`id`),CONSTRAINT `fk_health_workouts_metadata_entries` FOREIGN KEY (`workout_id`) REFERENCES `health_workouts`(`id`));
CREATE UNIQUE INDEX `health_workout_metadata_key` ON `health_workout_metadata`(`workout_id`,`key`);
CREATE INDEX `idx_health_workout_metadata_deleted_at` ON `health_workout_metadata`(`deleted_at`);