Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
kb:archi [2024/05/02 20:59] – yehuda | kb:archi [2024/05/26 08:26] (current) – yehuda | ||
---|---|---|---|
Line 16: | Line 16: | ||
</ | </ | ||
+ | |||
+ | <code sql> | ||
+ | select Elements.name, | ||
+ | inner join Properties | ||
+ | on Elements.id=Properties.conceptid | ||
+ | where Elements.type=' | ||
+ | and Properties.propkey = ' | ||
+ | </ |