Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Combine two select Queries
Antony Clinton
7y
141
1
Reply
I need a Query, example to combine two Select Queries which uses same table and column name and display the result in a Single table
Below is my Scenario
select Column1,count(Column2) as County from table1 where product='undefined' group by status
select Column1,count(Column2) as County from table1 where product='undefined' group by status
Thanks in Advance!
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Table comparison
how to edit connection manager variables