Select Query

  • Hi All

    This is a strange question to my knowledge ! Consider I have table with 10 rows and I have to write a select query to return 11 rows. Any Idea.

    Thanks In Advance

    -Sundar

    sundar R


    sundar R

  • This was removed by the editor as SPAM

  • Hello Sundar,

    How about this:

    Select * from tableName

    Union All

    Select Top 1 * from tableName

    Jennifer

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply