Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « ScalarSelect »

Méthode sqlalchemy.ScalarSelect.correlate_except

Signature de la méthode correlate_except

def correlate_except(self, *fromclauses: 'Union[Literal[None, False], _FromClauseArgument]') -> 'Self' 

Description

help(ScalarSelect.correlate_except)

Return a new :class:`_expression.ScalarSelect`
which will omit the given FROM
clauses from the auto-correlation process.

This method is mirrored from the
:meth:`_sql.Select.correlate_except` method of the underlying
:class:`_sql.Select`.  The method applies the
:meth:_sql.Select.correlate_except` method, then returns a new
:class:`_sql.ScalarSelect` against that statement.

.. versionadded:: 1.4 Previously, the
   :meth:`_sql.ScalarSelect.correlate_except`
   method was only available from :class:`_sql.Select`.

:param \*fromclauses: a list of one or more
 :class:`_expression.FromClause`
 constructs, or other compatible constructs (i.e. ORM-mapped
 classes) to become part of the correlate-exception collection.

.. seealso::

    :meth:`_expression.ScalarSelect.correlate`

    :ref:`tutorial_scalar_subquery` - in the 2.0 tutorial




Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé