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 |
|
asim.khan007
Starting Member
4 Posts |
Posted - 2008-03-13 : 14:04:17
|
| i have two tables with primary key and foreign key how can i filter the data to only show rows which do not have any foreign key like table1 table2Primary key foreign key 1 5 2 43 34 5how can i show rows 1 and 2 in table1 ?Thanks |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
asim.khan007
Starting Member
4 Posts |
Posted - 2008-03-14 : 02:50:26
|
| Thank you very much :) |
 |
|
|
|
|
|