<table class="table table-striped table-bordered table-condensed">
<tr>
<th colspan="2">aaaaa</th>
</tr>
<tr>
<td>cccccccccc</td>
<td>dddddddddd</td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)
如何使用bootstrap在html表的头部中间制作"aaaaa"?
html css text-alignment twitter-bootstrap twitter-bootstrap-3
sql是:
select count(*)
from (select *
from T_LOGGINGINFO
where to_char(LOGINTIME, 'YYYY-MM') = '2012-05'
group by USERNAME)
Run Code Online (Sandbox Code Playgroud)