Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Problem with ORDER BY in UPDATE
|
|
Posted: 2000/11/06 13:10 |
|
|
|
|
Hi !
It is because, NCOCI8 builds UPDATE / DELETE / INSERT SQL's as follows. For example: UPDATE (<original query> SET ... WHERE ... Oracle prior 8.1.6 is not support such syntax. To overcome this limitation, you should use TOCIUpdateSQL.
|
|