摘要:
–参考文章:http://www.oracle.com/technetwork/issue-archive/2014/14-sep/o54plsql-2245345.html –SAMPLE DATA 店名 商品 销量 A APPLE 3000 A BANANA 2000 B APPLE 5000 阅读全文
摘要:
以下为Oracle大师级语录: Oracle Database developers should follow is to do everything they can in SQL. What they cannot do in SQL, they should do in PL/SQL. An 阅读全文
摘要:
Compiler Warnings 编译器警告 Oracle 10g allows you to enable compile-time warnings that are useful to identify potential run-time problems in your programs 阅读全文
摘要:
使用oracle comment语句可以给表、字段、视图等对象添加备注信息。 大致语法为: comment on TABLE table_name IS '备注内容'; 权限要求: 默认情况下用户只能给属于自己的对象添加注释。 如果要想给其他用户对象添加注释需要拥有权限:COMMENT ANY TA 阅读全文