ORA-00936: missing expression [message #227013] |
Tue, 27 March 2007 02:28 |
rdhaprakasam
Messages: 37 Registered: February 2007 Location: Coimbatore
|
Member |
|
|
hi friends,
i am trying to insert the values from one table to another table.. but
insert into truck.emp2 values (select empno,empname from ship.empmain);
here truck and ship are different schema name which are belongs in oradb database.
It show the following error ..please help me..
ORA-00936: missing expression
emp2 has two fields no and name..
empmain has many fields such as empno,empname etc
thanks in advance..
|
|
|
|
|
|