我爱Aspx >> C#.Net >> SQL 存储过程&算法_数据库技巧
代码还在完善中
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[t]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[t]
GO
CREATE TABLE [dbo].[t] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[lid] [nvarchar] (50) ,
[name] [nvarchar] (50) ,
[type] [int] NOT NULL
)
GO
insert into t (lid,[name],[type])
select "11","城站火车站",0
union all select "11","葵巷建国路口",0
union all select "11","菜市桥",0
union all select "11","潮鸣寺巷",0
union all select "11","宝善桥建国路口",0
union all select "11","宝善桥",0
union all select "11","市体育馆",0
union all select "11","武林广场",0
union all select "11","武林门",0
union all select "11","武林们马塍路口",0
union all select "11","八字桥",0
union all select "11","浙大西溪校区",0
union all select "11","庆丰村",0
union all select "11","教工路口",0
union all select "11","花园新村",0
union all select "11","浙江工商大学",0
union all select "11","电子科技大学",0
union all select "11","翠苑新村",0
union all select "57","大关小区",0
union all select "57","通信市场",0
union all select "57","德胜新村",0
union all select "57","潮王路口",0
union all select "57","朝晖五区",0
union all select "57","朝晖三区",0
union all select "57","西湖文化广场东",0
union all select "57","武林广场",0
union all select "57","武林小广场",0
union all select "57","半道红",0
Ҷƪл˵?
建立一个传表名参数的存储过程_数..[04-28]
一个比较好的分页存储过程_数据库..[04-28]
高级自定义查询、分页、多表联合..[04-28]
通用分页存储过程,源码共享,大..[04-28]
两个数据分页的存储过程_数据库技..[04-28]
ASP.NET2.0调用MySql的存储过程_..[04-28]
存储过程使用技巧_数据库技巧[04-28]
分页存储过程2005 _数据库技巧[04-28]
分页存储过程2000_数据库技巧[04-28]
在SQL Server 2005中用存储过程实..[04-28]
使用Data Access Application Bl..[04-28]
asp.net调用存储过程方法新解_AS..[04-28]
建立一个传表名参数的存储过程_数..[04-28]
一个比较好的分页存储过程_数据库..[04-28]
关于ASP.NET2.0编写扩展存储过程..[04-28]
如何解决Remoting无法传输存储过..[04-28]
高级自定义查询、分页、多表联合..[04-28]
通用分页存储过程,源码共享,大..[04-28]
两个数据分页的存储过程_数据库技..[04-28]
在存储过程中实现分页_ASP.NET技..[04-28]