摘要:
1)显示正好为5个字符的员工的姓名 HR@ORA11GR2>select last_name,first_name from employees 2 where length(first_name) = 5; 2)显示不带有"R"的员工的姓名. HR@ORA11GR2>select last_name,first_name from employees 2 where first_... 阅读全文
posted @ 2016-11-21 22:02
Tomatoes
阅读(664)
评论(0)
推荐(0)
浙公网安备 33010602011771号