notesmachine/server/nm-store/src/sql/select_one_note.sql

2 lines
60 B
SQL

SELECT id, uuid, content, notetype FROM notes WHERE uuid=?;