mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
10 lines
No EOL
121 B
SQL
10 lines
No EOL
121 B
SQL
SELECT id,
|
|
cid,
|
|
usn,
|
|
ease,
|
|
cast(ivl AS integer),
|
|
cast(lastIvl AS integer),
|
|
factor,
|
|
time,
|
|
type
|
|
FROM revlog |