J
Jay Balapa
Hello,
I have a table as follows-
BUILDING ROOM_NUMBER
MAIN 100
MAIN 101
MAIN 102
SUB 200
SUB 202
The Resultset should be as follows-
BUILDING SUMMARY_ROOMNUMBE
MAIN 100,101,102
SUB 200,202
I know I need to use the group by clause but I dont know how to append the
summary room number. Any help would be greatly appreaciated.
Thanks.
-jay
I have a table as follows-
BUILDING ROOM_NUMBER
MAIN 100
MAIN 101
MAIN 102
SUB 200
SUB 202
The Resultset should be as follows-
BUILDING SUMMARY_ROOMNUMBE
MAIN 100,101,102
SUB 200,202
I know I need to use the group by clause but I dont know how to append the
summary room number. Any help would be greatly appreaciated.
Thanks.
-jay