上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 原创szrsu2022-12-22 783 物化视图和普通视图类似,反映的是某个查询的结果,但是和普通视图仅保存SQL定义不同, 物化视图本身会存储数据。 1、物化视图刷新机制刷新(Refresh)机制:指当基表发生了 DML 操作后,物化视图何时采用哪种方式和基表进行同步。*** on deman 阅读全文
posted @ 2024-06-11 07:58 张永全-PLM顾问 阅读(47) 评论(0) 推荐(0) 编辑
摘要: select count(*), -- ( case -- when 'L8_DesignRevision' then '图对象' -- when 'L8_DocumentRevision' then '文档' -- when 'L8_JcsjDocumentRevision' then '检测数据 阅读全文
posted @ 2024-06-07 09:09 张永全-PLM顾问 阅读(96) 评论(0) 推荐(0) 编辑
摘要: select pi.pitem_id,pws.pobject_desc,pir.pitem_revision_id,pit.ptype_name, pi1.pitem_id,pir1.pitem_revision_id,pws1.pobject_desc from infodba.pitemrevi 阅读全文
posted @ 2024-06-02 11:57 张永全-PLM顾问 阅读(133) 评论(1) 推荐(0) 编辑
摘要: 1.导出uiconfig export_uiconfig -u=infodba -p=infodba -group=dba -file=D:\1\uiconfig3.xml 2.增加自定义列配置 3.导入uiconfig import_uiconfig -u=infodba -p=infodba - 阅读全文
posted @ 2024-05-30 13:05 张永全-PLM顾问 阅读(37) 评论(0) 推荐(0) 编辑
摘要: create or replace view v_lov_filter as select lov.plov_name parentlovname, v3.puid parentlovuid, v3.pseq,v3.pval_0 plovvalue,f.pvalu_0 childlovuid,clo 阅读全文
posted @ 2024-05-30 00:05 张永全-PLM顾问 阅读(64) 评论(0) 推荐(0) 编辑
摘要: generate_client_meta_cache -u=infodba -p=infodba -g=dba delete allgenerate_metadata_cache -u=infodba -p=infodba -g=dba -forcegenerate_client_meta_cach 阅读全文
posted @ 2024-05-29 23:02 张永全-PLM顾问 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1.前端: 1.1增加导出报表命令: { "commands": { ..., "ExportBOMCommand": { "iconId": "cmdZoomToSelected", "title": "{{i18n.ExportBOMCommandTitle}}", "description": 阅读全文
posted @ 2024-05-04 19:54 张永全-PLM顾问 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Users can control which object types are eligible for user delete using a preference (AWS_allowedTypesForDelete). The user must still have permissions 阅读全文
posted @ 2024-04-22 13:58 张永全-PLM顾问 阅读(43) 评论(0) 推荐(0) 编辑
摘要: How to change the default location of logs in TC14 Solution You can create the environment variable SIEMENS_LOGGING_ROOT pointing to the desired locat 阅读全文
posted @ 2024-04-17 17:51 张永全-PLM顾问 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
点击右上角即可分享
微信分享提示