码迷,mamicode.com
首页 > 其他好文 > 详细

etl的表输入时精度问题

时间:2018-04-01 11:52:01      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:blog   anti   etl   sel   red   body   previous   original   输入   

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的表输入时精度问题

标签:blog   anti   etl   sel   red   body   previous   original   输入   

原文地址:https://www.cnblogs.com/kongxc/p/8685898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!