pzmrcd
Default port
Points: 1419
More actions
November 23, 2005 at 3:15 pm
#115612
Hi
I have a table t1 with cols ID and text.
So when I do a select * from t1 where ID=10
I get two rows
ID TEXT
10 AA
10 BB
Is there a way I can get back these two records as one record like
10 AA,BB
Thanks
Carl Federl
One Orange Chip
Points: 25384
November 23, 2005 at 8:13 pm
#605610
See "How do I concatenate strings from a column into a single row?" at http://www.aspfaq.com/show.asp?id=2529
SQL = Scarcely Qualifies as a Language
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply