I trying to alias a column with "a&b": eg:
SELECT numberofemployees "Employees (D&B)" from account;
or
SELECT numberofemployees as "Employees (D&B)" from account;
Every other character works fine except for the "&". This query is prompting me to give a value for a variable. I am using it in PL/SQL Developer.