SQL语句处理备注

1、NVL2(AGE_MON,TO_CHAR(AGE_MON, 'FM0000'),'0000')

 格式转换为4位字符串

2、

 

2013.05.30

ORACLE job

--查看JOB情况

 select * from dba_jobs;

 

 select * from dba_jobs_running;

--创建Job

http://www.cnblogs.com/conqueror/archive/2010/10/10/1847085.html

--ORACLE日期操作

http://www.iteye.com/topic/150762

 

h2:

Exception in thread "main" org.h2.jdbc.JdbcSQLException: Database may be already in use: Locked by another process. Possible solutions: close all other connection(s); use the server mode [90020-73] 

 

--查询表的列信息 SQLSERVER

select column_name, data_type, ordinal_position,*

 from information_schema.columns

where table_schema = 'dbo'

   and table_name   = 'MED_CATALOG'

   order by ordinal_position;

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值