I would like to write an application that can be used with either Oracle or SQL Server (and only write my SQL statements one time). I cannot find the definitive answer to my question:
Is there a way to use 'inner join' syntax with Oracle?
(Please note--I'm familiar with Oracle-style inner and outer joins, but for the sake of this question, assume that I do NOT want to use them--I'm interested specifically in 'inner join' syntax.)
Thanks!
Is there a way to use 'inner join' syntax with Oracle?
(Please note--I'm familiar with Oracle-style inner and outer joins, but for the sake of this question, assume that I do NOT want to use them--I'm interested specifically in 'inner join' syntax.)
Thanks!