CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alliancetekinc

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,729

    Re: SQL Question

    Use following query...

    Select username, max(translog.changedate)
    from translog
    group by username

    This will return userwise max changedate...

    If you have still query, just send me exact...
  2. Replies
    4
    Views
    2,248

    Re: Design patterns

    I am clueless.. :)
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured