码迷,mamicode.com
首页 > 数据库 > 详细

sql 查询列明为关键字加方括号---备忘

时间:2014-11-18 13:23:00      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   io   color   ar   sp   div   on   

 1 USE [Golf73_BJSY]
 2 GO
 3 /****** Object:  StoredProcedure [dbo].[P_FrontCounter_GetCheckInfoByCondition]    Script Date: 11/18/2014 11:38:50 ******/
 4 SET ANSI_NULLS ON
 5 GO
 6 SET QUOTED_IDENTIFIER ON
 7 GO
 8 -- =============================================
 9 -- Author:        王光旭
10 -- Create date: 2014.11.14
11 -- Description:    根据条件获取来场登记列表
12 -- =============================================
13 ALTER PROCEDURE [dbo].[P_FrontCounter_GetCheckInfoByCondition]
14 @Status int
15 AS
16 BEGIN
17     --declare @sql varchar(2000)
18     --set @sql=‘select ID, Status, CardNo, MemNo, GuestName, [Identity],
19     --StrategyCode, Sex, BoxNo, BagNo,CreateTime,
20     --CheckinTime, Creator, CheckOutTime, CheckoutUser,
21     --LastEditTime, LastEditor ,ExpiryDate, MainCardNo,
22     --SalemanCode  from Checkin where Status=‘+CAST(@Status as varchar(10))+‘‘
23     select top 20 * from Checkin
24     --exec (@sql)
25 END
26 --exec P_FrontCounter_GetCheckInfoByCondition @status=‘2‘

 

sql 查询列明为关键字加方括号---备忘

标签:des   style   blog   io   color   ar   sp   div   on   

原文地址:http://www.cnblogs.com/wgx0428/p/4105471.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!