Results 1 to 3 of 3

Thread: Inserting rows into a table

  1. #1
    Join Date
    Apr 2004
    Location
    Lagos,Nigeria
    Posts
    1

    Question Inserting rows into a table

    i deleted some rows from a table in my database. Please i need to insert this rows back into the table . I have the rows in excel format. What query can i use to insert these rows.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    what RDBMS? if it is sql server you can import the excel file using
    DTS or
    import wizard or
    openrowset or
    openquery or
    Linked Server

    http://www.databasejournal.com/featu...le.php/3331881

  3. #3
    Join Date
    Apr 2004
    Location
    IL
    Posts
    12
    By creating Macros in Excel Sheet, you can develop your own INSERT statements for inserting the records into your database.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •