Skip to content

Statistics: Library attendance #448

@meteos77

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions