Pregunta de entrevista de AirAsia

How do you find the second highest value in a table? (SQL)

Respuestas de entrevistas

Anónimo

22 dic 2018

select * from (select *,row_number() over order by colA as row from table) a where row = 2

Anónimo

5 abr 2017

They replied you 1.5 months after interview?

5