1 row where "date" is on date 2019-12-16 sorted by apple_exercise_time_goal

View and edit SQL

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

date (date)

  • 2019-12-16 · 1
id created_at updated_at deleted_at date active_energy_burned active_energy_burned_goal active_energy_burned_unit apple_move_time apple_move_time_goal apple_exercise_time apple_exercise_time_goal ▼ apple_stand_hours apple_stand_hours_goal
305 2021-03-04 17:19:51.242978+03:00 2021-03-04 17:19:51.242978+03:00   2019-12-16 00:00:00+00:00 126.19 810 kcal 0 0 23 30 3 12

Advanced export

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

CSV options:

CREATE TABLE `health_activity_summaries` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`date` datetime UNIQUE,`active_energy_burned` real,`active_energy_burned_goal` integer,`active_energy_burned_unit` text,`apple_move_time` integer,`apple_move_time_goal` integer,`apple_exercise_time` integer,`apple_exercise_time_goal` integer,`apple_stand_hours` integer,`apple_stand_hours_goal` integer,PRIMARY KEY (`id`));
CREATE INDEX `idx_health_activity_summaries_deleted_at` ON `health_activity_summaries`(`deleted_at`);