mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
10 lines
No EOL
119 B
SQL
10 lines
No EOL
119 B
SQL
UPDATE notes
|
|
SET guid = ?,
|
|
mid = ?,
|
|
mod = ?,
|
|
usn = ?,
|
|
tags = ?,
|
|
flds = ?,
|
|
sfld = ?,
|
|
csum = ?
|
|
WHERE id = ? |