select first row postgres code example Example: select first rows postgresql SELECT * FROM biggest_companies FETCH FIRST 10 ROW ONLY;