I am getting the above error when I try to run the following query.
select ROW_NUMBER() OVER (PARTITION BY col1 ORDER By col1) as ROW , dt.* from view dt
Can anyone tell me what I am doing wrong here?
output:
ORA-00923: FROM keyword not found where expected
00923. 00000 - "FROM keyword not found where expected"
*Cause:
*Action:
Error at Line: 1 Column: 87