Skip to content

Limiting the number of records to return in a persistent select #1

@rehno-lindeque

Description

@rehno-lindeque

Limit the number of records returned in a sql query. I.e. "SELECT TOP n" / "SELECT UP TO n" / "SELECT ... LIMIT n" type of queries.

Also "SELECT COUNT(col)" type of queries to determine the size of a full query result.

E.g. These two query forms would be needed for dividing a large dataset into multiple html pages. (Constructing a large image gallery in my case).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions