自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

gzzwind

一个喜欢编程的人

  • 博客(14)
  • 资源 (2)
  • 收藏
  • 关注

原创 分析函数 应用

把普通两个表通过函数查询得到收发存报表 CREATE  FUNCTION R_I_INOUTSTOR(@FROMDATE DATETIME, @TODATE DATETIME)   RETURNS @TempTable TABLE (STORE VARCHAR(80), BD DATETIME, BC VARCHAR(80),GOODS VARCHAR(80) ,                

2009-07-23 21:17:00 288

原创 Hierarchical query 应用

SQL> select *  2  from movie  3  ;MOVIENO  MOVIENAME-------- --------------------09062501 功夫09062502 如来神掌SQL> select *  2  from sell  3  ;BUYNO   BUYTIME------- --------------0906201 06-2月 -070906202

2009-07-22 23:10:00 260

原创 使用 start with ...connect by ...合并一个列中的值

select *from Lift_tabel ;---------------------------------------------------------------------------------------------------------------------    GROUP_NO   DEVICE  LIFT_NO    LIFT_NAME    1    1    1

2009-07-21 22:30:00 347

转载 Pseudocolumns 伪列

A pseudocolumn behaves like a table column, but is not actually stored in the table. You can select from pseudocolumns, but you cannot insert, update, or delete their values. Hierarchical Quer

2009-07-17 15:48:00 360

转载 Hierarchical Queries 分等级的查询

Hierarchical Queries If a table contains hierarchical data, then you can select rows in a hierarchical order using the hierarchical query clause:hierarchical_query_clause::=Description of the il

2009-07-16 01:11:00 385

转载 Multiset Operators 集合运算符

Multiset Operators Multiset operators combine the results of two nested tables into a single nested table.The examples related to multiset operators require that two nested tables be created and

2009-07-16 00:03:00 454

转载 暂存笔记 in_conditions

IN in_conditions::=An in_condition is a membership condition. It tests a value for membership in a list of values or subquery    Table 6-11 IN Conditions Type of ConditionOpera

2009-07-15 23:51:00 303

原创 暂存笔记

row_number()  identity(1,1)

2009-07-15 23:03:00 186

原创 每班总分前3名的记录

  SQL> select * from t  2  ;GRADE      NO     NAME             MARK---------- ------ ---------- ----------1          1      a                   11          2      b                   21         

2009-07-13 22:08:00 312

转载 Analytic Functions

 Analytic Functions   Analytic functions compute an aggregate value based on a group of rows. They differ from aggregate functions in that they return multiple rows for each group. The group of

2009-07-08 01:34:00 381

转载 Function--------LEAD & LAG

LEAD SyntaxLEAD(value_expr [, offset ] [, default ])OVER ([ query_partition_clause ] order_by_clause)See Also:"Analytic Functions " for information on syn

2009-07-07 17:01:00 358

转载 Comparison Conditions

Comparison Conditions   Comparison conditions compare one expression with another. The result of such a comparison can be TRUE, FALSE, or NULL.Large objects (LOBs) are not supported in compari

2009-07-06 17:25:00 298

原创 Oracle中的单引号‘’和双引号“”

都是从网络上粘贴过来的,待以后积累得差不多了再总结。 1、在Oracle中:双引号的作用是:如果创建对象的时候,对象名、字段名加双引号,则表示Oracle将严格区分大小写,否则Oracl都默认大写。而单引号则表示:这个加了单引号的字段是一个字类似字符串,并不区分大小写。所在在查询表 select * from "emp";的时候只会查询表名为小写的emp的表,而Oracle中的默认是大

2009-07-04 16:59:00 305

转载 Function-------DECODE & NVL

---------------------DECODE(  )Syntax DECODE(expr, search, result             [, search, result ]...       [, default ]      )   PurposeDECODE compares expr to each search value one by

2009-07-04 16:34:00 366

作业成本法的研究在中国的发展.pdf

以成本驱动因素论为基础理论的作业成本法是成本会计的第三次革命。自作业成本法传入我国后,国内学者对作业成本法的理论和应用开展了广泛的研究。但是,对国内研究作业成本法的状况进行分析的却很少。为此,本文通过对自1989年到2007年间发表于国内各期刊上的研究作业成本法的文献进行统计,从研究文献的数量、研究人员的属性、研究的内容等方面深入分析了作业成本法在我国的研究过程,得出了国内对作业成本法研究呈多角度和多样性态势,并随着研究的深入作业成本法在我国有广阔的发展前景。同时,对今后研究作业成本法的内容和方法提出建议。

2011-02-14

Excel工资表分页打印

excel中工资表分页打印,按部门分页,并在每个打印页面显示本页小计以及从第一页到当前页的合计数

2010-06-20

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除