Can I migrate subqueries in the SELECT clause of Microsoft SQL Server and Sybase Adaptive Server?
No. An Oracle Server does not allow you to completely contain subqueries in the SELECT clause of another query. An Oracle Server has stricter requirements for explicit naming and the location of the subquery than Microsoft SQL Server and Sybase Adaptive Server. For example, Microsoft SQL Server allows the following syntax, but an Oracle Server does not: select TABLE1.FIELD1, (select count(*) from TABLE2) from TABLE1 where
Related Questions
- Can I migrate from Microsoft SQL Server or Sybase Adaptive Server to an Oracle7 database using the Migration Workbench?
- What is the equivalent of the Microsoft SQL Server or Sybase Adaptive Server SYSOBJECTS table in an Oracle database?
- Can I migrate subqueries in the SELECT clause of Microsoft SQL Server and Sybase Adaptive Server?