I have a table contain the '%' in the column title, and this cause problem when I do the select statement on that column (Find below for more details). Does anyone know how can I select that column by not keeping the original column title?
Example:
Table1
name ref_no tot_sales %Phone
-------------------------------
Alan 1 1 100%
amy 2 1 50%
ken 3 4 30%
Script:
Select %Phone From Table1
Error Message :
Incorrect syntax near phone