2012年12月24日

常用SQL

摘要: --循环使用declare @count int declare @row int select @row=1while @row<=100begin select @count=ISNULL(@count,0)+@row select @row=@row+1end print @count--SQL新特性,XML字段操作declare @myDoc xmlset @myDoc = '<Root><ProductDescription ProductID="1" ProductName="Road Bike">< 阅读全文

posted @ 2012-12-24 16:36 疯狂的石头陈 阅读(158) 评论(0) 推荐(0)

导航