How can I escape "=" as part of a column name?
How can I escape "=" as part of a column name? I need to implement a "select where" statement and I am building it as a string, which involves multiple column names. But when it evaluates it is attempting to interpret the "=" as an assignment. My column names are like: "COND=TEMP".Below the section of the script I use: select_string = ":Test Name == benchNameToCompare"; //For each column in the m...
breinoso
jim_scott
DaveLee
Steven_Moore
sophiaw
saitcopuroglu