sql - Slowly Changing Dimension Type 1 - access -


say have product table contains descriptions mistake. unit of measurement misspelled “garms” instead of “grams”. how implemented query statement represent type 1 - scd technique.

i managed answer question. looking this:

begin  select product table update product table    set [product unit of measure] = “grams”    [product unit of measure] = “garms”  end 

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -