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.

 All Forums
 General SQL Server Forums
 Script Library
 Query Help!!

Author  Topic 

georous
Starting Member

12 Posts

Posted - 2007-01-28 : 03:45:22
Hi! my db schema is the following

Table CC
ut_item ,ut_ref

Table KWDS
ut , de

Table KWDS_PLUS
ut ,id

Table UT_2_CONSIDER
ut

Each CC.ut_item and CC.ut_ref
has a KWDS.ut
I am trying to combine each ut_item's KWDS.de with the ut_ref's KWDS.de

ut_item-> KWDS.de | ut_ref->de
how can i make a select statement for that?

I Hope i was clear enough
Thank you!

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-01-28 : 06:37:32
This forum is for WORKING SCRIPTS ONLY.
Please post in appropriate forum next time.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -