Forum Discussion
Tom
2 years agoNew Contributor III
SQL Query to External Table
I tested the following SQL in a data adapter, accessing a external table
Select * FROM Table
WHERE "Cost Center" = 'CC_11111111'
;
Data returned here, data adapter worked fine.
I am ...
- 2 years ago
https://stackoverflow.com/questions/71553042/snowflake-how-to-filter-on-a-field-name-that-contains-spaces-it-works-fine-i
JackLacava
OneStream Employee
2 years ago#WorksForMe on 8.1:
As DanielWillis said, it might be a pecularity of the db server you're using, or there might be something else that is funky about your rule.
Tom
2 years agoNew Contributor III
Are you using a BR ? or a Data Adapter ?
Related Content
- 2 months ago