i have one table in that table i have one column in that record as follows
SummaryList record as follows
| Report Date : 2016-11-21 | Optometrist : | Start Time : |
| Consultant : Dr.Suresh |
i want to remove table tr td and i want only content as follows
from the above i want output as follows
Report Date: 2016-11-21 Optometrist: start Time: Consultant: Dr.suresh
for that how to do using sql server
Laxmidhar SahooPosted Dec 11, 2017, 7:09 AM
Midhun TpPosted Dec 11, 2017, 3:52 AM