随笔分类 -  SQL

SQL
 
sql表结构和注释
摘要:SELECT 表名=case when a.colorder=1 then d.name else '' end, 表说明=case when a.colorder=1 then isnull(f.value,'') else ''... 阅读全文
posted @ 2015-05-19 17:17 雪夜星 阅读(359) 评论(0) 推荐(0)
获取月份的周时间段
摘要:包括C#方法和SQL方法。C#using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { ... 阅读全文
posted @ 2014-07-16 10:19 雪夜星 阅读(334) 评论(1) 推荐(0)