摘要:
SqlServer中Distinct和Top一起使用 SELECT distinct top 2 LastName FROM [dbo].[Employees] order by LastName distinct要放到top前面,这样取出的结果是先将数据Distinct去重复,然后再取其中的前两行 阅读全文
摘要:
select distinct PROCESS_MANAGE_CODE as process_manage_code from PRO_BOM_INFO where PRODUCT_CODE=#{productCode} and DataLength(PROCESS_MANAGE_CODE) >0 阅读全文
摘要:
1.搜索--输入框 输入 cmd 然后以管理员身份运行,,,否则会提醒没权限, 请求的操作需要提升(作为管理员运行)。 2.关闭防火墙命令 NetSh Advfirewall set allprofiles state off 3. 输入“Netsh Advfirewall show allprof 阅读全文