query multiple tables and combine results into one return table for stored procedure?
Posted
by Shawn
on Stack Overflow
See other posts from Stack Overflow
or by Shawn
Published on 2010-06-15T18:25:58Z
Indexed on
2010/06/15
18:32 UTC
Read the original article
Hit count: 199
I have several different tables, but they all have 2 columns that are the same name. I want to write a stored procedure that searches one column in all of the tables and returns the result. Ideas? I'm fairly nub when it comes to SQL.
© Stack Overflow or respective owner