mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 22:39:06 -05:00
12 lines
No EOL
123 B
SQL
12 lines
No EOL
123 B
SQL
update notes
|
|
set
|
|
guid = ?,
|
|
mid = ?,
|
|
mod = ?,
|
|
usn = ?,
|
|
tags = ?,
|
|
flds = ?,
|
|
sfld = ?,
|
|
csum = ?
|
|
where
|
|
id = ? |