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() -

Voice chat over bluetooth between Android & Python (pybluez) -

javascript - Contenteditable field onchange event add date -