2015年4月10日
摘要: A successful Git branching model In this post I present the development model that I’ve introduced for all of my projects (both at work and private) a 阅读全文
posted @ 2015-04-10 11:30 zdleek 阅读(6) 评论(0) 推荐(0)
摘要: COALESCE()这个函数是ASNI标准的SQL函数,MS SQL 和 oracle都可以用 NVL()是oracel独有的函数,功能与COALESCE()相同 而在 MS SQL中的ISNULL()函数功能与COALESCE()相同 1 SELECT NVL(FIELD,'*') FROM TA 阅读全文
posted @ 2015-04-10 11:24 zdleek 阅读(7) 评论(0) 推荐(0)