--- expanded: SQL layout: docu railroad: query_syntax/window.js redirect_from: - docs/archive/0.8.1/sql/query_syntax/window selected: Documentation/SQL/Query Syntax/Window title: WINDOW Clause --- The `WINDOW` clause allows you to specify named windows that can be used within window functions. These are useful when you have multiple window functions, as they allow you to avoid repeating the same window clause. ### Syntax <div id="rrdiagram"></div>