Se è una query di base, usa LIMIT:
-- get the 4th highest salary
SELECT salary FROM tbl_salary
ORDER BY salary DESC
LIMIT 3,1
Se è una query di base, usa LIMIT:
-- get the 4th highest salary
SELECT salary FROM tbl_salary
ORDER BY salary DESC
LIMIT 3,1
Ultime versioni, edizioni e cronologia di SQL ServerSQL Server
Come aggiungere la colonna identità alla tabella tramite TSQL e GUI in SQL Server - Tutorial SQL Server / T-SQL Parte 40
Configurazione e configurazione della replica di SQL Server
Come ottenere l'elevata disponibilità di PostgreSQL con pgBouncer