SELECT
RecipeID
, IngredientID as ingre_id
, ROUND(Quantity, 5) Quantity
, Preparation
, RecipeIngredientID
, Validated
, fd_Type
, UnitOfUseID
, OriginalQuantity
, 2Preparation
, CookingType
, 2CookingType
, PreviousIngredientID
FROM recipeingredients
where RecipeID =?
原文地址:https://www.cnblogs.com/kongxc/p/8685898.html
时间: 2024-10-30 09:29:35