SQL,PL/SQL,存储过程及包语句

一、SQL ------------------------1.统计函数 自动去空 select count(*) from scott.emp; ----return 14 select count(comm) from scott.emp; ----return 4 select avg(comm) from scott.emp; ------------------------2.空值转换
相关文章
相关标签/搜索