5 rows where apple_stand_hours = 5 sorted by date

View and edit SQL

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

apple_stand_hours

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
304 2021-03-04 17:19:51.242907+03:00 2021-03-04 17:19:51.242907+03:00   2019-12-15 00:00:00+00:00 402.149 810 kcal 0 0 36 30 5 12
306 2021-03-04 17:19:51.243448+03:00 2021-03-04 17:19:51.243448+03:00   2019-12-17 00:00:00+00:00 211.838 810 kcal 0 0 25 30 5 12
310 2021-03-04 17:19:51.244321+03:00 2021-03-04 17:19:51.244321+03:00   2019-12-27 00:00:00+00:00 255.264 810 kcal 0 0 37 30 5 12
312 2021-03-04 17:19:51.244685+03:00 2021-03-04 17:19:51.244685+03:00   2019-12-30 00:00:00+00:00 548.469 810 kcal 0 0 75 30 5 12
315 2021-03-04 17:19:51.245259+03:00 2021-03-04 17:19:51.245259+03:00   2020-01-03 00:00:00+00:00 157.659 810 kcal 0 0 10 30 5 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`);