在Oracle 数据库中,SELECT 语句的基本语法为: SELECT [ALL|DISTINCT] column_name [,expression...] FROM table1_name [, table2_name, view_name, ...] [ WHERE condition ] [ GROUP BY column1_name [, column2_name , ...] ] [ HAVING group_condition ] [ ORDER BY column1_name…