【问题标题】:Slowly Changing Dimension Type 1 - access渐变维度类型 1 - 访问
【发布时间】:2016-11-06 02:25:18
【问题描述】:

假设我有一个包含描述错误的产品表。计量单位被拼错为“garms”而不是“grams”。这将如何使用表示类型 1 - SCD 技术的查询语句来实现。

【问题讨论】:

    标签: sql ms-access scd


    【解决方案1】:

    我设法得到了这个问题的答案。我正在寻找这样的东西:

    Begin
    
    SELECT all from Product Table
    UPDATE Product Table
       SET [Product Unit of Measure] = “grams”
       WHERE [Product Unit of Measure] = “garms”
    
    End
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-08-11
      • 2012-04-13
      • 1970-01-01
      • 2013-06-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多