mirror of
https://github.com/ankitects/anki.git
synced 2025-11-15 00:57:13 -05:00
27 lines
No EOL
231 B
SQL
27 lines
No EOL
231 B
SQL
INSERT
|
|
OR REPLACE INTO notes (
|
|
id,
|
|
guid,
|
|
mid,
|
|
mod,
|
|
usn,
|
|
tags,
|
|
flds,
|
|
sfld,
|
|
csum,
|
|
flags,
|
|
data
|
|
)
|
|
VALUES (
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
?,
|
|
0,
|
|
""
|
|
) |