etl的表输入时精度问题

Posted For_elegant

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 =?

以上是关于etl的表输入时精度问题的主要内容,如果未能解决你的问题,请参考以下文章