A column name that I am trying to SELECT in the SQLExecutor is titled: STATE
The line in the SQLExecutor that contains it is as follows:
I receive an error message that leads me to believe that it is not grabbing this column, and instead trying to grab the alias that I am trying to establish:
Is there a reliable work around for this reserved word?
I have tried using the following, to no avail:
pSTATE]
p“STATE”]
/state]
“pSTATE]”