...
<td class="m92_t_col5" id="preis_0">xx</td>
...
i want to change to
...
<td id="preis_0" class="m92_t_col5">xxx</td>
...
So id="" must be first and then class="". Is this possible to do with tsql? Text in id or class is generic...
...
<td class="m92_t_col5" id="preis_0">xx</td>
...
i want to change to
...
<td id="preis_0" class="m92_t_col5">xxx</td>
...
So id="" must be first and then class="". Is this possible to do with tsql? Text in id or class is generic...
I need to go find some soap but given your requirements, this is an example of how to achieve the desired replacement.
Input
Output
After doing some thinking, you might have been trying to ask for that as a scalar function. This will probably have even worse performance but it solves the problem.
Usage