Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single Row for SQL Union
Message
From
30/11/2000 11:26:45
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Single Row for SQL Union
Miscellaneous
Thread ID:
00447397
Message ID:
00447397
Views:
35
Hello,

I have some SQL that is:

select proread.la_idla,usertab.us_desc as desc1, '' as desc2
from proread, usertab
where proread.pr_inttype=usertab.us_code and usertab.us_type='IT'
union
select proread.la_idla,'',usertab.us_desc
from proread, usertab
where proread.pr_type=usertab.us_code and usertab.us_type='RE'

This does return the correct rows. However, there are 2 rows per la_idla. I would like there to be a single row for each la_idla field, with desc1 and desc2 appearing on the same row.

Hopefully there is a simple way in which to do this, but it escapes me at present.

Any help?

Pete
Next
Reply
Map
View

Click here to load this message in the networking platform