Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
kb:archi [2024/05/02 20:59] yehudakb:archi [2024/05/26 08:26] (current) yehuda
Line 16: 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.1714683551.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0