In order to select a db column which name including dash character -, the column need to be enclosed with brackets
for example [COUNTRY-NAME].
In embedded sql powerscript, selecting the column with brakets causes db error.
Is there any way to select this column?