With cte as (
select top(1) shipfirtsname
From ShipBillInfo
where CustomerId='134'
order by OredrGUID desc)
Update cte set shipfirstname='abc';
With cte as (
select top(1) shipfirtsname
From ShipBillInfo
where CustomerId='134'
order by OredrGUID desc)
Update cte set shipfirstname='abc';
Cách định dạng số dưới dạng tiền tệ trong SQL Server (T-SQL)
SQL Server 2016:Tạo mối quan hệ
Phiên bản SQL Server đang sử dụng không hỗ trợ kiểu dữ liệu datetime2?
Thay đổi chênh lệch múi giờ trên giá trị datetimeoffset trong SQL Server (T-SQL)
Chuyển đổi tên tháng thành số tháng trong SQL Server (T-SQL)