Skip to content

Statistics: Library attendance #448

Description

@meteos77

Goal: Obtain the number of people who visit the library over a one-year period.

  • Regulatory constraints: We do not keep member records after books are returned.
    SELECT DISTINCT memberid,reserved_date FROM item_borrower WHERE reserved_date LIKE ('%2025%')

would have been too easy :-)

  • Library constraint: Use of SQLITE

I am looking for some ideas to achieve the objective.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions