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.
MS SQL Server 2008 では、次のように記述できます。
FROM EMPLOYEE as A with (nolock)
DB2 9.7 に相当する構文はありますか? ありがとう
DB2: コミットされていない読み取り = WITH UR
SELECT * FROM whatevertable WITH UR