zoukankan      html  css  js  c++  java
  • sharepoint database 操作

    select *
    from [dbo].[AllLists] where tp_Title='Pages' and tp_WebId='90511126-E1FE-4E4C-8DDF-74DFC89E88C3'

    select * from [dbo].[AllWebs] where SiteId='0049424B-5892-426C-9051-AE4050FE5C61'--FullUrl='CN/Announcements/Workforce'

    SELECT *
    FROM AllUserData
    where tp_ListId='bc868647-114f-4007-ad8d-6554e500b877' and tp_DocId='FB44F2F9-40F9-416D-9D49-54FBB3D49B6A'

    --delete FROM AllUserData where tp_ListId='bc868647-114f-4007-ad8d-6554e500b877' and tp_DocId='FB44F2F9-40F9-416D-9D49-54FBB3D49B6A'

    --order by tp_Created desc

    SELECT d.nvarchar1 as ChineseName,
    d.nvarchar3 as EnglishName,
    d.datetime1 as FoundingDate,
    d.float1 as Area,
    d.float2 as Population
    FROM AllUserData d
    where tp_ListId='bc868647-114f-4007-ad8d-6554e500b877'

    SELECT d.nvarchar1 as ChineseName,
    d.nvarchar3 as EnglishName,
    d.datetime1 as FoundingDate,
    d.float1 as Area,
    d.float2 as Population
    FROM AllUserData d
    where tp_ListId='bc868647-114f-4007-ad8d-6554e500b877' and d.tp_DeleteTransactionId=0

  • 相关阅读:
    数据对象映射模式
    策略模式
    适配模式
    注册模式
    单例模式
    工厂模式
    PHP魔法方法的使用
    【转】通过 ulimit 改善系统性能
    HDMI相关知识
    中国三种3G网络频段
  • 原文地址:https://www.cnblogs.com/hqbird/p/4942127.html
Copyright © 2011-2022 走看看