please let us know what would be the result of the below query and explain with it
SELECT count(*) over() as rowncnt, abcdef.** FROM( select * from xyz) abcdef
here what is the need of abcdef in two places, and what will the output
please let us know what would be the result of the below query and explain with it
SELECT count(*) over() as rowncnt, abcdef.** FROM( select * from xyz) abcdef
here what is the need of abcdef in two places, and what will the output