mirror of
https://github.com/ankitects/anki.git
synced 2025-11-25 22:17:12 -05: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 = ? |