R
Ron
Hi,
In a table I log the user's IP when the connexion is made. I'd like to query
the mostly used IP, meaning:
userID date IP
1 10012006 1.1.1.10
1 10022006 1.1.1.10
1 10022006 1.1.1.13
1 10032006 1.1.1.15
1 10042006 1.1.1.10
1 10052006 1.1.1.10
Results:
userID 1 uses mostly IP 1.1.1.10
TIA
Ron
In a table I log the user's IP when the connexion is made. I'd like to query
the mostly used IP, meaning:
userID date IP
1 10012006 1.1.1.10
1 10022006 1.1.1.10
1 10022006 1.1.1.13
1 10032006 1.1.1.15
1 10042006 1.1.1.10
1 10052006 1.1.1.10
Results:
userID 1 uses mostly IP 1.1.1.10
TIA
Ron