The above example will produce a record-lock, locking the whole record for updates. Some databases also support cell-locks using FOR UPDATE OF .. SELECT * FROM ...
確定! 回上一頁