Skip to content
Advertisement

Query with join from MSSQL to Oracle

I have this query which runs on MsSQL:

How do I convert it to work with Oracle data base type?

Advertisement

Answer

The only change is to drop the as:

Oracle doesn’t support as for table aliases.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement