Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20019

Re: How to list detailed Orion table column definitions / schema (e.g., field lengths)

$
0
0

SWQL Studio only has basic keyword highlighting. "DESC" turns blue because you can use it in an ORDER BY clause, like "SELECT Caption FROM Orion.Nodes ORDER BY Caption DESC" to get node captions in reverse alphabetical order.

 

To find out the properties of Orion.Nodes, you can use a query like this:

 

SELECT Name, Type

FROM Metadata.Property

WHERE EntityName='Orion.Nodes'


Viewing all articles
Browse latest Browse all 20019

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>