Embedding references within double quotes avoids the problems that you might face if there are any ESQL special characters in those reference names or the reference names used are ESQL keywords.
A reference like
OutputRoot.XML.Name.First Name = 'clinton'
is invalid. While
OutputRoot.XML.Name."First Name" = 'clinton' is valid.
Its a good practice to embed within quotes. But if are sure there won't be syntax issues, then you may opt not to.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum