摘要: 编写基本的SQL SELECT 语句 检索所有的行和列 Select * from departments; 检索指定的列 select department_id,location_id from departments; 使用数学运算符 Select last_name,salary,salar 阅读全文
posted @ 2016-07-30 21:55 源源- 阅读(218) 评论(0) 推荐(0) 编辑