请教,如何用sql语句设计成这样的表格来,或者有没有其他的方法可以实现。

解决方案 »

  1.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <style type="text/css">
    tr,td{ text-align:center;}
    table{ border-collapse:collapse;}
    td{ font-size:14px;}
    </style>
    </head><body>
    <table border="1">
      <tr>
       <th height="38" colspan="12">二0一二年叉车销售流向表</th>
      </tr>
      <tr>
        <td width="27" rowspan="2" >序号</td>
        <td width="112" height="26">业务员</td>
        <td width="100" colspan="2">张三</td>
        <td width="100" colspan="2">李四 </td>
        <td width="100" colspan="2">王五</td>
        <td width="100" colspan="2">赵六 </td>
        <td width="100" colspan="2">里斯</td>
      </tr>
      <tr>
        <td>国家及地区</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>  </tr>
      <tr>
        <td>1</td>
        <td>美国</td>
        <td width="52">&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
      
        <td>&nbsp;</td>
        <td>阿根廷</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>阿富汗</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>伊拉克</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></body>
    </html图片不行,这就是图片,忘高手们,看看
      

  2.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <style type="text/css">
    tr,td{ text-align:center;}
    table{ border-collapse:collapse;}
    td{ font-size:14px;}
    </style>
    </head><body>
    <table border="1">
      <tr>
       <th height="38" colspan="12">二0一二年叉车销售流向表</th>
      </tr>
      <tr>
        <td width="27" rowspan="2" >序号</td>
        <td width="112" height="26">业务员</td>
        <td width="100" colspan="2">张三</td>
        <td width="100" colspan="2">李四 </td>
        <td width="100" colspan="2">王五</td>
        <td width="100" colspan="2">赵六 </td>
        <td width="100" colspan="2">里斯</td>
      </tr>
      <tr>
        <td>国家及地区</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>  </tr>
      <tr>
        <td>1</td>
        <td>美国</td>
        <td width="52">&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
      
        <td>&nbsp;</td>
        <td>阿根廷</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>阿富汗</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>伊拉克</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></body>
    </html图片不行,这就是图片,忘高手们,看看
      

  3.   


    <table border="1">
      <tr>
       <th height="38" colspan="12">二0一二年叉车销售流向表</th>
      </tr>
      <tr>
        <td width="27" rowspan="2" >序号</td>
        <td width="112" height="26">业务员</td>
        <td width="100" colspan="2">张三</td>
        <td width="100" colspan="2">李四 </td>
        <td width="100" colspan="2">王五</td>
        <td width="100" colspan="2">赵六 </td>
        <td width="100" colspan="2">里斯</td>
      </tr>
      <tr>
        <td>国家及地区</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>
        <td width="50">订单</td>
        <td width="50">发货</td>  </tr>
      <tr>
        <td>1</td>
        <td>美国</td>
        <td width="52">&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
      
        <td>&nbsp;</td>
        <td>阿根廷</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>阿富汗</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>伊拉克</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></body>
    </html