摘要:
--1、查找员工的编号、姓名、部门和出生日期,如果出生日期为空值, --显示日期不详,SQL的一些经典用语句并按部门排序输出,日期格式为yyyy-mm-dd。 select emp_no ,emp_name ,dept , isnull(convert(char(10),birthday,120),'日期不详') birthday from employee order by dept --2、查... 阅读全文
posted @ 2008-03-19 09:41
博闻李
阅读(424)
评论(0)
推荐(0)

浙公网安备 33010602011771号