21 Maj
2006
21 Maj
'06
17:39
malpi napisał(a):
Witam. Chciałbym w jakiś sposób wydobyć z bazy danych statystki ruchu dzienne/miesięczne, ale dotyczące tylko jednej taryfy. Może przez zapytanie do sql? Niestety nie znam się na bazach danych :( Pozdrawiam
LMS-1.8.1 Shyla PostgreSQL 7.4.7
z pamięci:
select stats.* from stats left join nodes on (stats.nodeid = nodes.id) left join customers on (ownerid = customers.id) left join assignments on (customerid = customers.id) left join tariffs on (tariffid = tariffs.id) where tariffs.name = 'nazwa_taryfy'
resztę sam wykombinuj
--
Aleksander 'A.L.E.C' Machniak - http://alec.pl gg:2275252
LAN Management System Developer - http://lms.rulez.pl
6790
Wiek (w dniach)
6790
Ostatnia aktywność (w dniach)
0 komentarze
1 uczestnicy
uczestnicy (1)
-
A.L.E.C