1
0
Fork 0

Order inflections

This commit is contained in:
Alex Kotov 2023-03-05 21:45:42 +04:00
parent bbbc030e67
commit 20f65649fa
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ public
LEFT JOIN word_forms
ON word_forms.inflection_id = inflections.id
WHERE words.id = $1 AND word_forms.word_id = $1
ORDER BY inflections.descr
SQL
),
[word_id],