diff --git a/docs/querying/union.md b/docs/querying/union.md new file mode 100644 index 000000000..28dc4b04f --- /dev/null +++ b/docs/querying/union.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 6 +title: Union Queries +--- + +# UNION Queries + +Sequelize provides a way to combine the results of multiple `SELECT` queries into a single result set using the `UNION` operator. This is achieved using the `sequelize.union` method.