tommeekers
Programmer
I have two very similar tables in my database.
Table A contains user data which gets imported out of an Oracle database regularly. Table B contains the user data I use in my application.
Is it possible to insert table A into B, adding the records from A that do not yet exist in B (user ID does not exist) and updating only the name and address fields for the records that do already exist in B ? Or am I just asking too much now ?
Table A contains user data which gets imported out of an Oracle database regularly. Table B contains the user data I use in my application.
Is it possible to insert table A into B, adding the records from A that do not yet exist in B (user ID does not exist) and updating only the name and address fields for the records that do already exist in B ? Or am I just asking too much now ?