Reordering offset.

This commit is contained in:
sergiotarxz 2023-08-08 20:07:29 +02:00
parent ffd1c1bf42
commit 6110e29cd5
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ sub _populate_locations ($dbh) {
SELECT uuid, remote_address
FROM requests
WHERE date > NOW() - interval '2 months'
LIMIT 100
OFSSET $page;
OFSSET $page
LIMIT 100;
EOF
if (!@$data) {
return;