Hello again,
in the progress database i have been given there are lots of column names containing a dash in the ie. prod-desc
So my query will look like:
SELECT prod-desc FROM Pub.Products
And i get an error:
Column not found/specified (7520)
I have tried putting [] around the column-name as you would do in access but that dont work.
Is there any specific characters to put around the column name so it will take it as a whole?
Cheers
in the progress database i have been given there are lots of column names containing a dash in the ie. prod-desc
So my query will look like:
SELECT prod-desc FROM Pub.Products
And i get an error:
Column not found/specified (7520)
I have tried putting [] around the column-name as you would do in access but that dont work.
Is there any specific characters to put around the column name so it will take it as a whole?
Cheers