ssslinppp

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年7月8日

摘要: --union并操作select e.employee_id,e.last_name from hr.employees ewhere e.last_name like 'C%'unionselect e.employee_id,e.last_name from hr.employees ewhere e.last_name like 'S%';--等价于select e.employee_id,... 阅读全文
posted @ 2015-07-08 10:23 ssslinppp 阅读(411) 评论(0) 推荐(0) 编辑