--- layout: docu railroad: query_syntax/window.js title: WINDOW Clause --- The `WINDOW` clause allows you to specify named windows that can be used within [window functions]({% link docs/1.3/sql/functions/window_functions.md %}). These are useful when you have multiple window functions, as they allow you to avoid repeating the same window clause. ## Syntax