4 rows where bpm = 60 and entry_id = 368476 sorted by created_at

View and edit SQL

Suggested facets: updated_at (date)

created_at (date)

id created_at ▼ updated_at deleted_at entry_id bpm time
14914 2021-03-04 17:19:52.379314+03:00 2021-03-04 17:19:52.379314+03:00   368476 368476 60 15:55:54,92
14919 2021-03-04 17:19:52.37953+03:00 2021-03-04 17:19:52.37953+03:00   368476 368476 60 15:55:59,69
14932 2021-03-04 17:19:52.380807+03:00 2021-03-04 17:19:52.380807+03:00   368476 368476 60 15:56:12,85
14945 2021-03-04 17:19:52.381438+03:00 2021-03-04 17:19:52.381438+03:00   368476 368476 60 15:56:28,79

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