home / gym

exercise_aliases

1 row where exercise_id = 10

✎ View and edit SQL

This data as json, CSV (advanced)

alias ▼ exercise_id
Cable Lateral Raise (single — Torque rig L1) Cable Lateral Raise (single) 10

Advanced export

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

CSV options:

CREATE TABLE exercise_aliases (
    alias TEXT PRIMARY KEY,
    exercise_id INTEGER NOT NULL REFERENCES exercises(id)
);
Powered by Datasette · Queries took 31.261ms