日期时间 把日期类型的字段下默认值或绑定里的 设置成getdate() ,新建字段时候不设置会自动获取当前服务器时间 在当前时间加上xx年xx月xx天 select datedd(yy,100,getdate()) 在当前时间加上100年 select datedd(mm,5,getdate()) 在当前时间加上5个月 select datedd(dd,34,getdate()) 在当前时间加上34天 联合查询:将两个表的数据通过筛选出所用信息导出 select UI.Use
<?php header("Content-type:text/html;charset=utf-8"); $str=''; $str.='<table border="1" class="show_left" style="margin-left:50px; width:auto;">'; $str.='<tr>'; $str.='<td class="one" ali
<?php header("Content-type:text/html;charset=utf-8"); $str=''; $str.='<table border="1" class="show_left" style="margin-left:50px; width:auto;">'; $str.='<tr>'; $str.='<td class="one" ali