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 ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « Select »

Méthode sqlalchemy.Select.from_statement

Signature de la méthode from_statement

def from_statement(self, statement: 'roles.ReturnsRowsRole') -> 'ExecutableReturnsRows' 

Description

help(Select.from_statement)

Apply the columns which this :class:`.Select` would select
onto another statement.

This operation is :term:`plugin-specific` and will raise a not
supported exception if this :class:`_sql.Select` does not select from
plugin-enabled entities.


The statement is typically either a :func:`_expression.text` or
:func:`_expression.select` construct, and should return the set of
columns appropriate to the entities represented by this
:class:`.Select`.

.. seealso::

    :ref:`orm_queryguide_selecting_text` - usage examples in the
    ORM Querying Guide



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