Does anyone know how Teradata processes its SQL statements? In other databases I have been able to find out the order that joins and where clauses are processed.
For example, some databases process statements faster depending on the order tables are ordered in the FROM statement. Also, in some databases it can make a difference in the order statements are in the WHERE clause.
TIA
Craig
For example, some databases process statements faster depending on the order tables are ordered in the FROM statement. Also, in some databases it can make a difference in the order statements are in the WHERE clause.
TIA
Craig