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 « GenerativeSelect »

Méthode sqlalchemy.GenerativeSelect.limit

Signature de la méthode limit

def limit(self, limit: '_LimitOffsetType') -> 'Self' 

Description

help(GenerativeSelect.limit)

Return a new selectable with the given LIMIT criterion
applied.

This is a numerical value which usually renders as a ``LIMIT``
expression in the resulting select.  Backends that don't
support ``LIMIT`` will attempt to provide similar
functionality.

.. note::

   The :meth:`_sql.GenerativeSelect.limit` method will replace
   any clause applied with :meth:`_sql.GenerativeSelect.fetch`.

:param limit: an integer LIMIT parameter, or a SQL expression
 that provides an integer result. Pass ``None`` to reset it.

.. seealso::

   :meth:`_sql.GenerativeSelect.fetch`

   :meth:`_sql.GenerativeSelect.offset`



Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé