 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
Table Variable with Unique or Primary Key are seen as column |
|
3.5.11 - SQL
 |
 |
Declare @tbl table (Column1 int, Column2 int, Unique(Column1, Column2))
Select
From @tbl t INNER JOIN dbo.Table1 t1 ON t. |
At this point you will see 3 column choices: Column1, Column2, and Unique. Should only show Column1 and Column2. Primary Key shows similar behavior.
|
|
Mon May 12, 2008 6:34 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|