Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the column output display to row output.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
My SQL query:
SELECT Num,
Dis_code
FROM DefCodes
WHERE (((Num)=123456) AND
((Cancel_date) Is Null))
Produces this:
123456 006
123456 014
123456 022

Can the following display be accomlished in SQL?
123456 006, 014, 022
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top