com.stephenschafer.budget.api/src/main/resources/getRootCategoryId.sql

1 line
85 B
MySQL
Raw Normal View History

select id from ${databaseName}.category where name = ? and parent_category_id is null