ReadVitamin

Blogging on Teradata SQL and More

4 Comments

mygif
Said in Monday, September 10th, 2007 @7:35 pm  

In first two statements, don’t you miss something like:
… (INNER) JOIN ON (join conditions like table 1.column = table 2.column) ?
as far as I know this is the recommended ANSI syntax… Don’t you need that in Teradata as well?

mygif
Said in Monday, September 10th, 2007 @7:38 pm  

Example 3 is more like Oracle-type syntax. When doing left joins, are you allowed to use (+) operator like in Oracle or do you need to write:
LEFT (OUTER) JOIN ON (join conditions) ?

mygif
Said in Wednesday, September 12th, 2007 @6:44 pm  

You are right Rastislav, the above syntax was incomplete one. ON clause is mandatory in case you are using the keyword JOIN.
For your 2nd point, I guess the plus(+) operator would not work in Teradata as it is part of Oracle’s PL/SQL.

Thank you for valuable comments..

mygif
sri Said in Friday, September 25th, 2009 @1:31 pm  

Very nice article!!!

Leave Your Comments Here

Popular Articles