博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年11月8日

摘要: http://bbs.51cto.com/thread-433820-1-1.htmldeclare @code varchar(50) select top 1 @code = UserCode from Info_User where charindex('071030',UserCode)>0 order by id desc select @code set @code=substring... 阅读全文

posted @ 2007-11-08 00:36 孤峰皓月 阅读(248) 评论(0) 推荐(0) 编辑