24-lob-update-dolphins.sql
来自「SQL Server 2005基础教程一书的源代码.」· SQL 代码 · 共 4 行
SQL
4 行
UPDATE TransactionDetails.Transactions
SET Notes .WRITE('From online auction sale of Dolphins memorabilia, helmet',0,8000)
WHERE TransactionId = 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?