""" A detailed example of extending the :class:`.Select` construct to include a new non-SQL standard clause ``QUALIFY``. This example illustrates both the :ref:`sqlalchemy.ext.compiler_toplevel` as well as an extension known as :class:`.SyntaxExtension`. .. autosource:: """