G
Guest
My table has the following fields:
User-Name Date Time Calling-Station-Id
000094ce3af8 8/13/2006 1:32:33 PM 192.168.244.30
000094ce3af8 8/13/2006 2:21:35 PM 192.168.244.30
There are over 25K of records. How can I make it so that if the user-name
and the date are the same it only returns one record? The following should
be one record not four because the user-name and the date are the same.
User-Name Date Time Calling-Station-Id
00014a3f7097 8/11/2006 8:47:57 AM 192.168.245.40
00014a3f7097 8/11/2006 8:52:44 AM 192.168.245.41
00014a3f7097 8/11/2006 8:50:09 AM 192.168.245.41
00014a3f7097 8/11/2006 8:44:52 AM 192.168.245.40
User-Name Date Time Calling-Station-Id
000094ce3af8 8/13/2006 1:32:33 PM 192.168.244.30
000094ce3af8 8/13/2006 2:21:35 PM 192.168.244.30
There are over 25K of records. How can I make it so that if the user-name
and the date are the same it only returns one record? The following should
be one record not four because the user-name and the date are the same.
User-Name Date Time Calling-Station-Id
00014a3f7097 8/11/2006 8:47:57 AM 192.168.245.40
00014a3f7097 8/11/2006 8:52:44 AM 192.168.245.41
00014a3f7097 8/11/2006 8:50:09 AM 192.168.245.41
00014a3f7097 8/11/2006 8:44:52 AM 192.168.245.40