food-tracker/src/get_food.sql

13 lines
142 B
MySQL
Raw Normal View History

2025-10-19 17:58:02 +02:00
SELECT
id,
portion,
name,
kc_per_serving,
target_servings,
actual_servings,
color
FROM
food
WHERE
id = ?1