Query to insert record

  • I have a table with identity column(Only one column in that table) seed 1

    Write SQL code to insert a row into that table.

    Please provide me the query.

  • tochaturvedi (11/13/2008)


    I have a table with identity column(Only one column in that table) seed 1

    Write SQL code to insert a row into that table.

    Please provide me the query.

    insert into table_name default values


    Madhivanan

    Failing to plan is Planning to fail

  • Thanks 🙂

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

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