- 10
- 0
- 约3.23万字
- 约 28页
- 2018-12-02 发布于浙江
- 举报
《oracle教学课件》尚硅谷_宋康_01_基本sql-select语句
Selecting Specific Columns of All Rows You can use the SELECT statement to display specific columns of the table by specifying the column names, separated by commas. The example on the slide displays all the department numbers and location numbers from the DEPARTMENTS table. In the SELECT clause, specify the columns that you want, in the order in which you want them to appear in the output. For example, to display location before department number going from left to right, you use the following statement: SELECT location_id, department_id FROM departments; Instructor Note Yo
原创力文档

文档评论(0)