sql Canção - Forçaratualizarpreçosgamacom base alterados
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql Canção - Forçaratualizarpreçosgamacom base alterados相关的知识,希望对你有一定的参考价值。
select 'UPDATE ra.ItemRetailStore SET SellPrice=' + CAST(stra.newlistprice AS VARCHAR) + ' WHERE RetailStoreId=''' + stra.retailstoreid + ''' AND ItemId=''' + stra.itemid + ''' AND SellPrice=' + CAST(irs.SellPrice AS VARCHAR)
from stra.itempricechange stra
left join ra.itemretailstore irs on irs.retailstoreid = stra.retailstoreid and irs.itemid = stra.itemid
where stra.pricechangedate='2017-08-13 00:00:00.000' and stra.newlistprice <> irs.sellprice
以上是关于sql Canção - Forçaratualizarpreçosgamacom base alterados的主要内容,如果未能解决你的问题,请参考以下文章