9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
SELECT
|
|
id,
|
|
body,
|
|
last_updated,
|
|
last_updated_by
|
|
FROM
|
|
tag_notes
|
|
WHERE
|
|
tag_path = :tagPath |