PostgresCafe
@postgrescafe
PostgreSQL Tips and Tricks
ID: 1044499465774788608
25-09-2018 08:10:53
13 Tweet
12 Followers
25 Following
Features of PostgreSQL 13: FETCH FIRST WITH TIES WITH TIES is an option to the FETCH FIRST N ROWS clause, where you additionally get rows that compare equal to the last of those N rows by the columns in the mandatory ORDER BY clause. #NewFeatures #PostgreSQL13