How do you select the highest 3 values in SQL?
Answers
Answered by
0
In sql server you could do select top 3 * from Test order by f1 desc . Other DBMS's have similar posibilities such as MySql's limit , Oracle's rownum etc.
Answered by
0
In sql server you could do select top 3 * from Test order by f1 desc . Other DBMS's have similar posibilities such as MySql's limit , Oracle's rownum etc.
Answered by
0
In sql server you could do select top 3 * from Test order by f1 desc . Other DBMS's have similar posibilities such as MySql's limit , Oracle's rownum etc.
Similar questions
Physics,
5 hours ago
Social Sciences,
5 hours ago
Science,
5 hours ago
Social Sciences,
10 hours ago
Science,
8 months ago
Math,
8 months ago