B
Brian Conway
I am trying to get my select statement that is in a string variable to work
with alias column names I need a double quote " to go around some of the
aliases, however, they need to have a double quote around them to get the
sql to work correctly, how can you escape them out so that I can get them to
work within the string?
eri.actual_miles_qty AS "Last Odometer"
I dont want to use underscores.
with alias column names I need a double quote " to go around some of the
aliases, however, they need to have a double quote around them to get the
sql to work correctly, how can you escape them out so that I can get them to
work within the string?
eri.actual_miles_qty AS "Last Odometer"
I dont want to use underscores.