B Brian T Nov 3, 2009 #1 I have a table with a project number in it and would like to insert that into rows of another table. Thanks
I have a table with a project number in it and would like to insert that into rows of another table. Thanks
O orange Joined Dec 17, 2007 Messages 57 Reaction score 0 Nov 3, 2009 #2 Brian T said: I have a table with a project number in it and would like to insert that into rows of another table. Thanks Click to expand... One project number to go into all rows of the other table? Here's a link that describes the syntax of the UPDATE statement http://www.w3schools.com/SQl/sql_update.asp
Brian T said: I have a table with a project number in it and would like to insert that into rows of another table. Thanks Click to expand... One project number to go into all rows of the other table? Here's a link that describes the syntax of the UPDATE statement http://www.w3schools.com/SQl/sql_update.asp
K KARL DEWEY Nov 3, 2009 #3 insert that into rows of another table. How many row? How to determine which project number to insert? Is that all that the new records will conntain?
insert that into rows of another table. How many row? How to determine which project number to insert? Is that all that the new records will conntain?