Time display query in sql

Posted by shanks on Stack Overflow See other posts from Stack Overflow or by shanks
Published on 2010-04-21T16:20:09Z Indexed on 2010/04/21 16:23 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

I have following data UserID UserName LogTime LogDate 1 S 9:00 21/5/2010

1 S 10:00 21/5/2010

1 S 11:00 21/5/2010

1 S 12:00 21/5/2010

Need Output as:-

1 s 9:00 10:00 21/5/2010

1 s 11:00 12:00 21/5/2010

© Stack Overflow or respective owner

Related posts about sql

Related posts about query