etl的表输入时精度问题

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