Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
T-SQL
»
combine two tables
combine two tables
Rate Topic
Display Mode
Topic Options
Author
Message
PLC-Master
PLC-Master
Posted Monday, August 27, 2012 2:28 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, September 28, 2012 6:38 AM
Points: 10,
Visits: 22
Hi,
I have one problem to join two views in one.
I have two views which have some fields same and some different.
I want to join these views in one. But I don't know how because they are not linked over some field.
Some field are the same(and coming from same tables on sql) but some are different.
And I want to but everything in one table.
In attachment are results form view1 and view2 and data views code.
I did mark with yellow fields which are same in both views.
Please help
Post Attachments
view1.xlsx
(
6 views,
18.30 KB
)
view2.xlsx
(
4 views,
21.78 KB
)
sql data views.docx
(
9 views,
16.58 KB
)
Post #1350256
PLC-Master
PLC-Master
Posted Monday, August 27, 2012 2:43 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, September 28, 2012 6:38 AM
Points: 10,
Visits: 22
Hi,
I did add in attachment overlap of two views:
yelow -exist in both views
Thanks
Post Attachments
fields overlap.xlsx
(
5 views,
9.40 KB
)
Post #1350265
Sean Lange
Sean Lange
Posted Monday, August 27, 2012 8:09 AM
SSCrazy Eights
Group: General Forum Members
Last Login: Today @ 2:45 PM
Points: 8,567,
Visits: 8,218
PLC-Master (8/27/2012)
Hi,
I did add in attachment overlap of two views:
yelow -exist in both views
Thanks
Nobody is going to be able to provide much assistance from what you have posted. We would need to see ddl (create table statements), sample data (insert statements), desired output based on your sample data. Please see the first link in my signature.
Also, you will have much better luck if you post your code directly using the IFCode shortcuts (on the left when posting) instead of attaching MS-Office documents.
_______________________________________________________________
Need help? Help us help you.
Read the article at
http://www.sqlservercentral.com/articles/Best+Practices/61537/
for best practices on asking questions.
Need to split a string? Try Jeff Moden's
splitter
.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs
Post #1350406
PLC-Master
PLC-Master
Posted Tuesday, August 28, 2012 6:12 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, September 28, 2012 6:38 AM
Points: 10,
Visits: 22
Hi,
thanks on advice for future problems.
I did solve problem with UNION ALL statement.
Before that I did equalize fields in both views.
So for example: if I have in view1 filed speed_of_line and I don't have it in view2, I should add it in view2 as dump filed with value zero (select .... ,0 as speed_of_line,).
So on the end in both views I have same number, type and name of filed so on the end I can make UNION ALL.
Thanks
Post #1350868
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.