Posted by haroldsphsu on 02/07/06 23:15
Hi all,
I have the following table to log events as they happen:
EventID UserID Event Time
====== ===== ==== ====
1 User 1 Login 08:00:00
2 User 1 Logout 11:00:00
3 User 1 Login 13:00:00
4 User 1 Logout 16:00:00
Is there a way to transform it into the following form?
UserID Login Logout
===== ==== =====
User 1 08:00:00 11:00:00
User 1 13:00:00 16:00:00
I understand I can log the start and end time instead, but I was just
wondering if the above is possible?
Thanks,
Harold
Navigation:
[Reply to this message]
|