stamp_updated et non stamp_inserted
This commit is contained in:
parent
64bb5252ea
commit
6093c61b42
4 changed files with 21 additions and 21 deletions
|
@ -90,9 +90,9 @@ FROM (
|
|||
AND NOT
|
||||
ip_dst <<= inet%(plage_ipv6)s
|
||||
AND
|
||||
stamp_inserted >= %(begin)s
|
||||
stamp_updated >= %(begin)s
|
||||
AND
|
||||
stamp_inserted <= %(end)s
|
||||
stamp_updated <= %(end)s
|
||||
GROUP BY
|
||||
mac,
|
||||
ip_crans
|
||||
|
@ -125,9 +125,9 @@ FROM (
|
|||
AND NOT
|
||||
ip_src <<= inet%(plage_ipv6)s
|
||||
AND
|
||||
stamp_inserted >= %(begin)s
|
||||
stamp_updated >= %(begin)s
|
||||
AND
|
||||
stamp_inserted <= %(end)s
|
||||
stamp_updated <= %(end)s
|
||||
GROUP BY
|
||||
mac,
|
||||
ip_crans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue