风之空灵
技术笔记---记载学到技术的点点滴滴
12/13/2023
MS SQL learning note
comments: /* comments */ or --comments
Right click on a table -> "Select TOP 1000 Rows" will run the script below:
SELECT TOP (1000) [RoomID]
,[RoomNumber]
,[BedType]
,[Rate]
FROM Table.[ROOMS]
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论