Collection Contents Index Administration utility changes Other changes pdf/chap4.pdf

New Features and Upgrading Guide
   CHAPTER 4. Behavior Changes     

Transact-SQL outer join changes


Transact-SQL outer joins use join operators (*= and =*) in the WHERE clause, while SQL/92 outer joins use an ON keyword in the FROM clause to express the join.

In Version 6 there are some changes to the behavior of Transact-SQL outer joins: some joins allowed in previous versions of the software now give syntax errors.

Transact-SQL outer joins were implemented for compatibility with Sybase SQL Server (now Adaptive Server Enterprise). The changes made reflect changes made in recent versions of Adaptive Server Enterprise. These changes give errors for outer joins that have potentially ambiguous syntax. Increasing the precision required in queries improves the reliability of query results.

The changes are as follows:


Collection Contents Index Administration utility changes Other changes pdf/chap4.pdf