Results 1 to 2 of 2

SQL Appending Data

Threaded View

  1. #1
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    SQL Appending Data

    Hi, is the following SQL statement right? It ran but I'm not too sure

    INSERT INTO tblIPI ( Datev, Cansim, VariableName,MonthlyValue )
    SELECT tbl_Import.Datev, tbl_Import.Cansim, tbl_Import.VariableName, tbl_Import.MonthlyValue
    From tbl_Import;
    More specifically, the
    From tbl_Import;
    If you see this davegugg, I am working on another database dump and have struggled with both the Excel code and SQL statements. I guess the real question is, if From absolutely necessary when appending data?
    Last edited by Mordred; 06-22-2011 at 03:47 PM.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1