一条sql语句,存起来备忘

一条sql语句,存起来备忘
UPDATE creatureitem I
SET
  I.xxx =
  (select I.yyy from space s
  where s.type = 1
  AND s.id = i.spaceid
  AND (i.roleid = ''
  OR isnull(i.roleid)))

你可能感兴趣的:(一条sql语句,存起来备忘)