Hi,
I have a situation where I need to add data to a table and the first column needs to be assigned at procedure run time. The rest of the columns can be filled with an INSERT INTO...SELECT staement. What is the syntax for this?
Also, if I am periodicly (once a week) add data to a table and I want to keep previously added data, is INSERT the way to do this or is there an APPEND function?
I have a situation where I need to add data to a table and the first column needs to be assigned at procedure run time. The rest of the columns can be filled with an INSERT INTO...SELECT staement. What is the syntax for this?
Also, if I am periodicly (once a week) add data to a table and I want to keep previously added data, is INSERT the way to do this or is there an APPEND function?