USE Mall
Go

SET NOCOUNT ON

---------- retrieving with limited ----------
-- ********** Begin ********** --
select top 2 prod_name from Products

-- ********** End ********** --
GO

---------- retrieving with expression ----------
-- ********** Begin ********** --

select  prod_price,prod_price*0.8 discount_price from Products

-- ********** End ********** --
GO
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐