摘要: 学习内容: 1、掌握各种在pl/sql中可用的函数 2、使用这些函数的基本概念 3、select语句中使用函数 4、使用转换函数 一、function的作用: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 进行数据计算... 阅读全文
posted @ 2008-11-08 15:09 李彪 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 一 pl/sql 基本查询与排序 学习内容: 1、写select语句进行数据库查询 2、进行数学运算 3、处理空值 4、使用别名aliases 5、连接列 6、在sql plus中编辑缓冲,修改sql scripts 7、order by进行排序输出。 8、使用where 字段。 阅读全文
posted @ 2008-11-08 13:15 李彪 阅读(935) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->String s1 = new String("s1") ;String s2 = new String("s1") ;上面创建了几个String对象?答案:3个 ,编译期Constant Pool... 阅读全文
posted @ 2008-11-08 10:23 李彪 阅读(193) 评论(0) 推荐(0) 编辑