summaryrefslogtreecommitdiffstats
path: root/raddb/mods-config/sql/counter/sqlite/noresetcounter.conf
blob: ac2d869fc13bd1e3d679e24f1c5c2827fc33e7b9 (plain)
1
2
3
4
query = "\
	SELECT IFNULL(SUM(acctsessiontime),0) \
	FROM radacct \
	WHERE username = '%{${key}}'"