1 row where "date" is on date 2019-12-27 sorted by updated_at

View and edit SQL

updated_at (date)

date (date)

  • 2019-12-27 · 1

created_at (date)

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
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

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`);