dbTalk Databases Forums  

complex join

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss complex join in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sillymellon
 
Posts: n/a

Default complex join - 01-23-2004 , 12:36 PM






I need to join a table, but use a complex join. For example,
tbl_show s
join tbl_region r on r.system=s.system AND s.zone between r.startzone and r.endzone .
It's not just a standard join of system and zone. (This is a great design for our company in the relational databases, and
we cannot change it.) Can I edit the join somewhere? Suggestions? Thanks in advance! James

Reply With Quote
  #2  
Old   
Martin Mason
 
Posts: n/a

Default Re: complex join - 01-24-2004 , 06:44 AM






Use a view on the backend and build the cube off of the view.

"Sillymellon" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I need to join a table, but use a complex join. For example,
tbl_show s
join tbl_region r on r.system=s.system AND s.zone between r.startzone and
r.endzone .
It's not just a standard join of system and zone. (This is a great design
for our company in the relational databases, and
we cannot change it.) Can I edit the join somewhere? Suggestions? Thanks
in advance! James




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.