摘要:
--3.建立有空间数据的表create table x( v int not null identity(1,1) primary key, geog geography not null, geogWKT as geog.STAsText())--4.添加空间数据insert i... 阅读全文
摘要:
Allow anonymous users to access listitems on a publishing site in SharePoint 2010https://knowledge.zomers.eu/SharePoint/Pages/Allow-anonymous-users-to... 阅读全文
摘要:
法一:select title,(case when CHARINDEX('Log4net',title)>0 then 1 else 0 end )+(case when CHARINDEX('oracle',title)>0 then 1 else 0 end ) counts from T_K... 阅读全文