存档

2019年1月 的存档

Oracle 分析函数

2019年1月6日 没有评论

1. 分析函数前传之聚合函数

1.1 聚合函数定义

Aggregate functions return a single result row based on groups of rows

Aggregate functions return a single result row[......]

继续阅读。。。

分类: Oracle, Oracle SQL 标签: , ,

Oracle SQL 基础培训

2019年1月1日 没有评论

1.SQL基础

1.1 基础语法

  • create table
  1. 普通表
 create table ANGU_TEST1
(
  id NUMBER
)
tablespace USERS
  pctfree 10
  initrans 1
  maxtrans 255
  storage[......]

继续阅读。。。

分类: Oracle, PL/SQL 标签: