(Bu durumda '3') benzersiz ip_addresses sayısını almaya çalışıyorum. Tablo şöyle:
Yapısı:
CREATE TABLE bandits (
key text NOT NULL,
ip_address inet,
offence text,
count bigint DEFAULT 1);
Veri:
KOPYA haydutları (anahtar, ip_adresi, suç, sayım) FROM stdin; 127.0.0.1_testi 127.0.0.1 test 1 127.0.0.2_testi 127.0.0.2 test 3 127.0.0.2_testing2 127.0.0.2 test2 1 127.0.0.3_testi 127.0.0.3 test 1
select distinct .....