Hello World
How to merge 2 rows in sql statement? I have this sample:
(Merged)
If they have the same subject code, time and room
then rows should be merged into a single row. Actually I want to print them using crystal report. Is there any CR's formula for this?
This my sample report
How to merge 2 rows in sql statement? I have this sample:
Code:
Subject Code Time Days Room CSST 131 7-8AM M AVR CSST 131 7-8AM TH AVR
Code:
Subject Code Time Days Room CSST 131 7-8AM MTH AVR
If they have the same subject code, time and room
then rows should be merged into a single row. Actually I want to print them using crystal report. Is there any CR's formula for this?
This my sample report
Comment