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

5 lines
65 B
MySQL
Raw Normal View History

select
id,
parent_category_id,
name
from ${databaseName}.category