on 2011 Dec 15 8:08 AM
I have similar code as below, in a procedure. The code works fine in the older versions of Sybase, but in the newer versions, I get the error message 'Transact-SQL outer joins are currently disabled.'
SELECT table1.a, table1.b, table2.x, table2.y, FROM table1, table2 WHERE ( table1.a *= table2.a )
Request clarification before answering.
You can re-enable T-SQL outer join support by changing the TSQL_OUTER_JOINS
option to ON. See the help. You may also want to read this white paper on the Semantics and Compatibility of TSQL Outer Joins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.