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.
MYSQL LIMIT 0、1000のように、進行中のSQLクエリ10.1Cの結果を制限する方法はありますか?
よろしく
Progress SQL はそれを「TOP」と呼びます。
SELECT TOP 5 FROM pub.customer ORDER BY balance DESC;