摘要: 原文地址:http://blog.sina.com.cn/s/blog_817a481d01011ixw.html 一,对数字的操作 sql>select trunc(5.75), trunc(5.75,1), trunc(5.75,-1) from dual trunc(x [,y]),其中如果没 阅读全文
posted @ 2016-03-30 17:19 FH1004322 阅读(325) 评论(0) 推荐(0)
摘要: SQL> SQL> show linesize linesize 80 SQL> set linesize 200 Desc emp; 描述Emp结构 Select * from tab; 查看该用户下的所有对象 Show user; 显示当前用 阅读全文
posted @ 2016-03-30 16:21 FH1004322 阅读(409) 评论(0) 推荐(0)