易截截图软件、单文件、免安装、纯绿色、仅160KB

长SQL修改\或用asp方式做个页面

drop table tb;

create table tb(inspect_name varchar(20), vdatetime2 datetime, vtime int, jcnr varchar(20),rank varchar(2),uplj varchar(2));
insert into tb(inspect_name, vdatetime2, vtime,jcnr,rank,uplj)
select
'王','2010-01-03 00:33:52',60,'内容','A' ,'Y'union all select
'王','2010-01-03 00:33:52',67,'内容','A' ,'Y'union all select
'王','2010-01-03 12:32:50',100,'内容','B','Y' union all select
'王','2010-01-04 00:33:52',57,'内容','B' ,'Y'union all select
'王','2010-01-04 00:33:52',62,'内容','B' ,'Y'union all select
'王','2010-01-04 12:32:50',100,'内容','A','Y' union all select
'王','2010-01-09 00:33:52',60,'内容','B' ,'Y'union all select
'王','2010-01-09 00:33:52',65,'内容','B' ,'Y'union all select
'王','2010-01-09 12:32:50',130,'内容','B' ,'Y'union all select
'王','2010-02-13 00:33:52',60,'内容','B' ,'Y'union all select
'王','2010-03-13 22:33:52',65,'内容','A' ,'Y'union all select
'王','2010-03-13 12:32:50


相关问答:

asp.net中可输入的下拉框的问题 - .NET技术 / ASP.NET

Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
  ''' <summary>
  '' ......

数据以xml格式返回 - MS-SQL Server / 应用实例

从数据库中查询一张表的数据
select 部门,姓名 from tb
如何才能生成下面的xml格式
XML code:
<folder state="unchecked" label="全部">
   <folder state="unchecked&qu ......

ASP伪静态 - Web 开发 / ASP

asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......

求一sql语句 - MS-SQL Server / 疑难问题

现在有两张表:文章主表A(articleId,articleTitle),文章评论表B(commentId,articleId,commentTitle)
现在我想实现这样的功能:列出文章列表,其中每篇文章标题下面列出此文章的前2个文章评论,请问sql语句怎么写啊 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号