摘要:
1. SQL 小例1 declare @i int2 set @i=13 while @i<304 begin5 insert into test (userid) values(@i)6 set @i=@i+17 end 阅读全文
摘要:
一、SQL Server 1. 在数据库中查看某个字段或某张表的信息,Segment_Name 和 Table_Name 可模糊和准确查询: 2. 使用命令查看某个Procedure或Function的具体内容,当然也可以视图查看: 1 sp_helptext <Pro_Name or Fun_Na 阅读全文