Guest_imported
New member
- Jan 1, 1970
- 0
i have two sql tables both have same colums
TABLE a (5000 records) TABLE B( (20 records)
------------- ------------
a.ID b.ID
a.Customername b.Customername
a.Update date b.Update date
i need to update all ROWS and COLUMNS in TAble A if the Id's match
But when i do an UPDATE query it wont allow me to do this can someone show me a way to do this.
Do i use and insert or a stored procedure can someone please show me the code.
Thanks
TABLE a (5000 records) TABLE B( (20 records)
------------- ------------
a.ID b.ID
a.Customername b.Customername
a.Update date b.Update date
i need to update all ROWS and COLUMNS in TAble A if the Id's match
But when i do an UPDATE query it wont allow me to do this can someone show me a way to do this.
Do i use and insert or a stored procedure can someone please show me the code.
Thanks