Chinaunix首页 | 论坛 | 博客

-

  • 博客访问: 164663
  • 博文数量: 48
  • 博客积分: 2000
  • 博客等级: 大尉
  • 技术积分: 490
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-22 18:51
文章分类

全部博文(48)

文章存档

2010年(23)

2009年(25)

我的朋友

分类: Oracle

2010-03-10 15:34:30

select * from stu where stuage is null;select * from stu where null is null;select * from dual where null is not null;select * from dual where null is  null;select sysdate from dual;select to_char(sysdate,'yyyy-mm-dd') today from dual;select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') now from dual;
阅读(1283) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~