06 2015 档案

摘要:/**有一个需求,要求获得两个日期想减的天数,小时数,分钟数。通过查找资料,于是乎我写出了如下代码,来获得两个字段。*/ IFNULL(CONCAT( IF(aib.`forecast_reply_time`-aib.`actual_reply_time` < 0,'-',''), ... 阅读全文
posted @ 2015-06-10 15:20 godlovelian 阅读(13109) 评论(0) 推荐(0) 编辑
摘要:提示:请直接按CTRL+F搜索您要查找的转义字符。常用表:No.文字表記10進表記16進表記文字Comment001&quot;&#34;&#x22;"""quotation mark = APL quote002&amp;&#38;&#x26;"&"ampersand003&lt;&#60;&#x... 阅读全文
posted @ 2015-06-09 11:28 godlovelian 阅读(634) 评论(0) 推荐(0) 编辑