Ignoring the unique part.

This commit is contained in:
sergiotarxz 2023-07-30 15:13:11 +02:00
parent 240724b850
commit 5dc5a8b97d

View File

@ -15,7 +15,7 @@ use BurguillosInfo::DB;
my $app;
const my $SELECT_GLOBAL => <<'EOF';
SELECT COUNT(DISTINCT (remote_address, user_agent))
SELECT COUNT(*)
FROM requests
EOF