Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: T-SQL

    Well BitBucket, I trust you have learnt to ask questions in a more straightforward manner.

    I'm tired of playing the qod game with questions like this. I want to be tested...

  • RE: help me in this query.....

    Hi,

     

    Try something like:

     

    select max( column-Name )

    from table-Name

    where column-Name <

        (

        select max( column-Name...

Viewing 2 posts - 16 through 17 (of 17 total)