57 rows where entry_id = 368477 sorted by bpm

View and edit SQL

entry_id

  • 368477 · 12
id created_at updated_at deleted_at entry_id bpm ▼ time
14967 2021-03-04 17:19:52.383176+03:00 2021-03-04 17:19:52.383176+03:00   368477 368477 98 20:32:30,23
14968 2021-03-04 17:19:52.383221+03:00 2021-03-04 17:19:52.383221+03:00   368477 368477 98 20:32:30,84
14995 2021-03-04 17:19:52.384422+03:00 2021-03-04 17:19:52.384422+03:00   368477 368477 98 20:32:52,56
14997 2021-03-04 17:19:52.384514+03:00 2021-03-04 17:19:52.384514+03:00   368477 368477 98 20:32:53,80
14998 2021-03-04 17:19:52.38456+03:00 2021-03-04 17:19:52.38456+03:00   368477 368477 98 20:32:54,41
14965 2021-03-04 17:19:52.38305+03:00 2021-03-04 17:19:52.38305+03:00   368477 368477 99 20:32:29,00
14979 2021-03-04 17:19:52.383714+03:00 2021-03-04 17:19:52.383714+03:00   368477 368477 99 20:32:40,41
14954 2021-03-04 17:19:52.382555+03:00 2021-03-04 17:19:52.382555+03:00   368477 368477 100 20:32:16,67
14963 2021-03-04 17:19:52.382961+03:00 2021-03-04 17:19:52.382961+03:00   368477 368477 100 20:32:27,72
14977 2021-03-04 17:19:52.383623+03:00 2021-03-04 17:19:52.383623+03:00   368477 368477 100 20:32:39,21
14976 2021-03-04 17:19:52.383579+03:00 2021-03-04 17:19:52.383579+03:00   368477 368477 101 20:32:38,61
14978 2021-03-04 17:19:52.383666+03:00 2021-03-04 17:19:52.383666+03:00   368477 368477 102 20:32:39,80

Advanced export

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

CSV options:

CREATE TABLE `health_beats_per_minutes` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`entry_id` integer,`bpm` integer,`time` text,PRIMARY KEY (`id`),CONSTRAINT `fk_health_entries_beats_per_minutes` FOREIGN KEY (`entry_id`) REFERENCES `health_entries`(`id`));
CREATE UNIQUE INDEX `health_beats_per_minutes_key` ON `health_beats_per_minutes`(`entry_id`,`time`);
CREATE INDEX `idx_health_beats_per_minutes_deleted_at` ON `health_beats_per_minutes`(`deleted_at`);