|
Sorry, I just re-read you last post.
A typical SQL statement can be:
SELECT * FROM accounting WHERE LogDate
>='2003-07-11' AND LogDate <='2003-07-13' AND LogTime >='00:00:00' AND
LogTime <='23:59:59'
The above statement is querying any accounting
records that were created between July 11th, 12 am
and July 13th, 11:59 and 59 secs pm
If you had an IP address, you can add this to the
end of the query:
AND NasIPAddress ='192.168.0.1' ( of course
adding the real IP )
-and/or-
If you had a username, you can add this to the
end of the query:
AND UserName
='username' Ron
|
- [VOPRadius] Log Analyzer WMOL Administration
- [VOPRadius] Log Analyzer Ron Fitzgerald
- [VOPRadius] Log Analyzer WMOL Administration
- [VOPRadius] Log Analyzer Ron Fitzgerald
- [VOPRadius] Log Analyzer Ron Fitzgerald
- [VOPRadius] Log Analyzer Lindsey, Randy
- [VOPRadius] Log Analyzer WMOL Administration
- [VOPRadius] Log Analyzer Benjamin Tompkins
- [VOPRadius] Versanet RAS Gary Carr
- [VOPRadius] Log Analyzer Del Hines
