food-tracker/src/get_food.sql

12 lines
142 B
SQL

SELECT
id,
portion,
name,
kc_per_serving,
target_servings,
actual_servings,
color
FROM
food
WHERE
id = ?1