Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のテーブルの LEFT JOIN を使用してテーブル (HRBI) を更新しようとしています。次のスクリプトで構文領域を取得しています。
UPDATE HRBI LEFT JOIN REMMINC ON (HRBI.[PayGroupCountryDesc] = REMMINC.[REMCountry]) AND (HRBI.[BusinessLvl1(Group)Code] = REMMINC.[BusinessGroup]);
これは明らかに何か問題がありますか?ありがとう!
現在、何も更新していません。
set次の行に沿った条件が必要です。
set
UPDATE Table1 SET SomeColumnName = someValue WHERE SomeCondition = someOtherValue