利用LAG分析函数把重复字段设置为空的示例如下:
测试表TEST_XX的数据如下:
要实现如下的输出结果:
具体的sql如下:
[crayon-67418df371[……]
select count (*)、count(1)、count(column)的区别如下:
MySQL在windows、Linux的启动、停止的方法
一、windows
[1.]mysqld-nt 适合在没有安装windows服务时
mysql自从5.0开始支持存储过程,上周末没事小试下,在此记录下自己的初步学习的过程。
1 2 3 4 5 6 7 8 9 10 |
C:\Users\michael>mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.1.51-community MySQL Community Server (GPL) Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL v2 license Type 'help;' or '\h' for help. Type '\c' to clear the current input statement |
从上面的信息可以看出我的版本是5.1.5[……]
环境是:Window7 、Oracle11
安装时我的环境如下:
安装完数[……]
ORACLE的数据字典是数据库的重要组成部分之一,它随着数据库的产生而产生, 随着数据库的变化而变化,不能手工修改数据字典里的信息。
dictionary 全部数据字典表的名称和解释,它有一[……]
oracle 10g 更换主机名或者IP后引起EM (dbconsole) 启动失败的解决方法:
PS: 更换了主机名或者IP,如果只是单纯的pl/sql 连接数据库,可以不用重新配置EM,[……]
先以数据库用户登录
停止数据库服务
1 2 3 4 5 6 7 |
cd source .bash_profile lsnrctl stop sqlplus /nolog >connect user/pwd as sysdba >shutdown immediate >exit |
启动数据库服务
1 2 3 4 5 6 7 |
cd source .bash_profile lsnrctl start sqlplus /nolog >connect user/pwd as sysdba >startup >exit |
本人的试验环境:Redhat AS 5.3 +Oracle 9i
ps:如果表空间 extent management local 必须创建临时表空间
创建临时表空间:
create t[……]
近期评论