This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to put @ in SWQL result?

I have an SWQL query that needs to have return email addresses in the results.  When I put the @ , the query, SWQL wants to treat it as a parameter.  How do I get SWQL to display the email address.  Example query below:

SELECT TOP 50
'Asset Manager' AS [Full Name],
'example@work.com' AS [Email],
N.Caption as [ItemName]

From Orion.Nodes N

Thanx,

Harvie