Mixing ROWS
and FIRST
/SKIP
or OFFSET
/FETCH
ROWS
syntax cannot be mixed with FIRST
/SKIP
or OFFSET
/FETCH
in the same SELECT
expression.Using the different syntaxes in different subqueries in the same statement is allowed.