msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

Joins in ANSI SQL 92

Can I use the ANSI SQL 92 syntax in Oracle SQL? the answer is yes, but only if you have Oracle 9i and above.

Related articles:


Filed in Oracle on 01 Jul 05 | Tags: ,


Reader's Comments

  1. |

    Tthanks for this subject I try to use “INNER JOIN” in oracle8i but…hzz If I didn’t see this subject I think I will not finish my work today.

  2. |

    You’re welcome ZAZaSassY. I’m glad that was helpful.

  3. |

    I have seen that inSQL:1999 join syntax when we use using clause it is written to be non-equi join type of join but i think its equi join always. will you please tell abything baout it