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 compléments
Voir le programme détaillé
Classe « Select »

Méthode sqlalchemy.Select.union

Signature de la méthode union

def union(self, *other: '_SelectStatementForCompoundArgument') -> 'CompoundSelect' 

Description

help(Select.union)

Return a SQL ``UNION`` of this select() construct against
the given selectables provided as positional arguments.

:param \*other: one or more elements with which to create a
 UNION.

 .. versionchanged:: 1.4.28

    multiple elements are now accepted.

:param \**kwargs: keyword arguments are forwarded to the constructor
 for the newly created :class:`_sql.CompoundSelect` object.



Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé