sql表结构和注释
摘要:SELECT 表名=case when a.colorder=1 then d.name else '' end, 表说明=case when a.colorder=1 then isnull(f.value,'') else ''...
阅读全文
获取月份的周时间段
摘要:包括C#方法和SQL方法。C#using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { ...
阅读全文