Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Cloudera 4.5
Description
I run the below query and not getting the expected result...
SELECT "tbp_VPN" as "Part Number",Count(distinct "tbpEGN") as "egn Number" FROM "AL_V_PNO_DEMO" WHERE ("tbpVPN" is not null) GROUP BY "tbp_VPN" ORDER BY 'egn Number' DESC /* +SKIP_SCAN */;
the above query executes fine but the sorting is not done for ORDER BY column..Is its problem with the Query or Its some Bug in Phoenix.