Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rownum のようなものを探しています
たとえば、TOP を使用できます。
SELECT Top 10 col FROM Table ORDER BY col2
col2 に重複がある場合、これは 10 を超えるレコードを返すことに注意してください。
Select Top n Col From Table