摘要:
/**2018年6月14日 潮州ORACEL 统计2017年用电量,按行业分类抽取用电量前十*/select * from (select t.yhbh 用户编号, t.yhmc 用户名称, t.jldbh 计量点编号, (select m.dmbmmc from npmis_xt_dmbm m w 阅读全文
摘要:
1.SQL Server2008基本服务及功能2.管理SQL Server2008安全:登录、权限、数据库用户、管理角色、服务器角色、管理数据库角色。3.数据库管理、表管理(临时表和系统表、列值属性)3.Transact-SQL:select from where order by group by... 阅读全文