Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
BIGGY
Starting Member
17 Posts |
Posted - 2006-04-06 : 12:49:04
|
| I'm just going to paste part of a query that I'm working with. What is the OJ? Is that like a outer join for the whole group?FROM {oj ((((( Customer INNER JOIN ARTran ON |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-04-06 : 12:56:23
|
| It's an odbc join.Not inner or outer - the type is defined by the following join syntax.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|