小编Pla*_*Yao的帖子

Bootstrap 3如何在桌子中间制作"aaaaa"?

<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

1
推荐指数
1
解决办法
7708
查看次数

我可以简化sql吗?

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)

sql oracle

-3
推荐指数
1
解决办法
70
查看次数