Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
Oracle supports SELECT UNIQUE as a synonym for SELECT DISTINCT.
SQL> SELECT UNIQUE a FROM t1;
|
A
|
----------
|
30
|
20
|
10
|
We'll allow the same syntax when running with sql_mode=ORACLE.