hi every one i need help i have simple query
but always get this error ( Oracle 10g SQL error:ORA-00933: SQL command not properly ended)
my query is
select * from mydb.dbo.customer union select * from mydb2.dbo.customer;
where both customer table are same data type
please help me and thank you