impex 語句 導出指定時間段的數據

Exporting:
   
  insert_update ServicePlan; code[unique=true]; subscriptionTerm(id);supercategories[code]
  "#% impex.exportItems( ""ServicePlan"" , true );"
   
  insert_update ServicePlan; code[unique=true]; subscriptionTerm(id);supercategories[code]
  "#% impex.exportItemsFlexibleSearch(""select {pk} from {ServicePlan} where {catalog}=8796093088344"");"
   
  Remove all items of a type:
   
  REMOVE CMSNavigationNode [batchmode=true];itemType(code)[unique=true];
  ;CMSNavigationNode;
   
  REMOVE CMSLinkComponent [batchmode=true];itemType(code)[unique=true];
  ;CMSLinkComponent;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章