Add note about SQL Server TOP

This commit is contained in:
Sean Corfield 2021-04-09 12:50:21 -07:00
parent cfb001e2f5
commit b321df25d9

View file

@ -142,7 +142,8 @@ On a related note, `sql/call` has been removed because it should never be needed
HoneySQL 1.x provided a `:modifiers` clause (and a `modifiers`) helper as a way to "modify"
a `SELECT` to be `DISTINCT`. nilenso/honeysql-helpers extended that to support `:distinct-on`
a group of columns. In HoneySQL 2.x, you use `:select-distinct` and `:select-distinct-on`
(and their associated helpers) for that instead.
(and their associated helpers) for that instead. MS SQL Server's `TOP` modifier is also
supported via `:select-top` and `:select-distinct-top`.
### set vs sset, set0, set1