I'm creating a query to send data to a vendor and need to set the column names to match their specs. I can set the column names for most of the columns; however, a few of the fields have '&' included in their column name. When running the query the ampersand character in the column alias name is causing a substitution variable dialog box to be displayed. While this is the normal behavior when using the ampersand character, are there any options to suppress the behavior if the ampersand is included in the column alias name?
Ideally, I would the query to run without displaying the dialog box and to include the ampersand character in the column name on the output.
Examples
PAY_DED_CODE as "AD&D CODE",
PAY_DED_CODE_EFF_DATE as "AD&D EFFECTIVE DATE",
PAY_DED_CODE_STATUS as "AD&D STATUS",
PAY_DED_CODE_AMOUNT as "AD&D DEDUCTION AMOUNT"