随笔分类 -  Oracle

PowerDesigne逆向表
摘要:逆向一个数据库有时候很麻烦~~咱从小颗粒开始嘿嘿 选择数据库类型 点确定添加一个脚本 阅读全文
posted @ 2013-09-22 21:31 苹果天使 阅读(258) 评论(0) 推荐(1)
Sqlserver 转oracle 那点事....
摘要:Sql Server数据类型 Oracle数据类型Char,Varchar Varchar2Smalllint,int,bigint,bit intfloat/dec/decimal/numericNUMBERText,image,binary blobDate,time,datetime Datesqlserveroracle说明SELECT NAME FROM sysobjectsselect TABLE_NAME from user_tables查看表名是否存在Year()to_char(sysdate,'yyyy')取年Month()to_char(sysdate,&# 阅读全文
posted @ 2013-09-06 13:49 苹果天使 阅读(5241) 评论(1) 推荐(1)