Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Update records in table
"yey2000" <yey2000_at_gmail.com> a écrit dans le message de
news:1105382104.821805.168520_at_f14g2000cwb.googlegroups.com...
| I have to run an SQL to update records in a tableA
|
| The SQL will look like this:
|
| UPDATE TableA set POST_ID = TableB.DIVISION_ID
| where TableA.CREATED_BY = TableC.Id and TableC.POSITION = TableB.Id
|
| But I get an error saying "Invalid identifier".
| Any idea how to fix this SQL.
|
| Thanks a lot
|
| Regards
| Yi
|
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_108a.htm#2068178
Regards
Michel Cadot
Received on Mon Jan 10 2005 - 13:13:42 CST
![]() |
![]() |