Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> easy in Access, but not in Oracle (query)
I have what will probably be an easy question to answer. Yesterday I
needed to update a table based on another table. Something like:
table1 table2
id id name address
What I was trying to do is move the address field of table2 into the address field of table1. For some reason I wasn't able to do it in oracle. I linked up to the database thru MS-Access and was able to do it with Access. So, that kinda says that it can be done, but when I used a similar sql query in oracle (same as the one MSAccess produced, it still did not work. What would be the format for the UPDATE? A Received on Fri Oct 02 1998 - 05:31:41 CDT