-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdic_ag_log.xml
More file actions
22 lines (22 loc) · 1.15 KB
/
dic_ag_log.xml
File metadata and controls
22 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="Windows-1252" standalone="yes"?>
<XML>
<AG_LOG entidad="ag_log" clase="TABLE" src="file://dic_clases.xml">
<FIELDS>
<IDLOG0 clase="FIELD" src="file://clases.xml" sololectura=".T." autonumber=".T." elemento="ag_log" tipo="I" width="4" decimal="0" funcionupdate="?idlog" primarykey=".t."/>
</FIELDS>
</AG_LOG>
<AG_LOG_VIEW clase="AG_LOG" vista="ag_log_view" tablalista="">
<FIELDS>
<IDLOG1 clase="FIELD" src="file://clases.xml" sololectura=".T." autonumber=".T." elemento="ag_log" tipo="I" width="4" decimal="0" funcionupdate="?idlog" primarykey=".t."/>
</FIELDS>
<SELECTCMD>
select ag_log.*,ag_nodo.observacion
from <<cSchema>>.ag_log ag_log
left outer join <<cSchema>>.ag_nodo ag_nodo on ag_log.nodo = ag_nodo.nodo
</SELECTCMD>
<FOREIGNKEYREFERENCES/>
<SCRIPT language="TSQL">create view catalogo.ag_log_view as
select * from catalogo.ag_log
</SCRIPT>
</AG_LOG_VIEW>
</XML>