+ Reply to Thread
Results 1 to 2 of 2

Thread: SQL Appending Data

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

    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.
    Please leave a message after the beep!

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

    Re: SQL Appending Data

    All the data is correct, I have verified the values.
    Please leave a message after the beep!

+ Reply to Thread

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.2.0