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 |
franciscoferreira34
Starting Member
2 Posts |
Posted - 2014-03-18 : 12:25:08
|
Hi, i'm new in SQL. I defined two select statements. Each one returned to me a column with ID's. Now I want a column in which appears only the ID's that are in both columns. How can i achieve this? Thanks ;) |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-03-18 : 12:47:25
|
Show us your two select queries, sample data and expected output.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
 |
|
franciscoferreira34
Starting Member
2 Posts |
Posted - 2014-03-18 : 13:31:00
|
thanks, i already solved it ;) |
 |
|
|
|
|