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 20:06] 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 14: Line 16:
 </code> </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>
kb/archi.1714680377.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0