|
-
Jan 7th, 2005, 05:14 AM
#1
Thread Starter
New Member
Miltiple fields in the same column.
Is there a way to concatenate two fields with the same criteria in the same column using SQL statement? There's more then one [Request ID] (Col2) for the same [Invoice Number] (Col1). The desired output is:
Col1 | Col2
[22] | [12 21] <--- these [Request ID]s are from two different records
I tried subquery for Col2 (SELECT ...) but it can only return one record ([Request ID]) at a time.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|