I need to divide the result of a query into two different positions, the positions would be the following:
<table>
<tr>
<td>Aqui el 50% de los resultados</td>
<td> Aqui otro tipo de contenido</td>
<td>Y aqui el otro 50% de los resultados</td>
</tr>
</table>
Any ideas?