Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:archi [2024/05/02 19:58] yehudakb:archi [2024/05/26 08:26] (current) yehuda
Line 1: Line 1:
 ====== Archi ====== ====== Archi ======
 +
 +[[https://github.com/archimatetool/archi/wiki/Label-Expressions| Archi Label-Expressions]]
  
 <code sql> <code sql>
Line 5: Line 7:
 INNER JOIN Properties p ON e.id = p.conceptid  INNER JOIN Properties p ON e.id = p.conceptid 
 WHERE e.type = 'Node' and p.propkey = 'env' AND p.propvalue = 'DEV' WHERE e.type = 'Node' and p.propkey = 'env' AND p.propvalue = 'DEV'
 +</code>
 +
 +
 +<code sql>
 +select name from Elements e 
 +INNER JOIN Properties p ON e.id = p.conceptid 
 +WHERE e.type = 'SystemSoftware' and p.propkey = 'env' AND p.propvalue = 'DEV'
 +</code>
 +
 +
 +<code sql>
 +select Elements.name, Properties.propvalue as softwareProdVersion  from Elements
 +inner join Properties
 +on Elements.id=Properties.conceptid
 +where Elements.type='SystemSoftware' 
 +and Properties.propkey = 'softwareProdVersion'
 </code> </code>
kb/archi.1714679935.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0