I have the following situation: I have a select
where it returns me that the patient TEST passed in the clinic ABC, and performed procedure 01 and 02, but in the result of query it returns me thus < strong> bold text :
Patient | Clinica | Procedure |
Testing | ABC | 01 | Test | ABC | 02 |
But I needed the following result:
Patient | Clinica | Procedure |
Testing | ABC | 01 - 02 |
I would like some help.