一些有用的SQL Server语句和存储过程[13]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 applebbs 的 blog

br/>177                     convert(nchar(20),ltrim(isnull(@sample,' '))) as sample,' ' comment from #t where tablename=@tbl and fieldname=@fld
178
179       end
180
181       fetch next from read_cursor into @tbl,@fld
182
183end
184
185 
186
187close read_cursor
188
189deallocate read_cursor
190
191

本文关键:一些有用的SQL Server语句和存储过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top