12 lines
142 B
SQL
12 lines
142 B
SQL
SELECT
|
|
id,
|
|
portion,
|
|
name,
|
|
kc_per_serving,
|
|
target_servings,
|
|
actual_servings,
|
|
color
|
|
FROM
|
|
food
|
|
WHERE
|
|
id = ?1
|