postgresql first 10 rows code example Example: select first rows postgresql Click to copySELECT * FROM biggest_companies FETCH FIRST 10 ROW ONLY;