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

  • 相关阅读:
    初始面向对象
    python之路——迭代器和生成器
    函数进阶
    python之路——初识函数
    实现css两端对齐
    http
    background-size
    call和apply的区别
    js兼容性
    面试题
  • 原文地址:https://www.cnblogs.com/hqbird/p/4942127.html
Copyright © 2011-2022 走看看