Forum Discussion
If your Oracle table has columns whose names contain a ‘$’ (or any other special character) in it, here’s how the execute query needs to look like:
Query: select “USER$ID” from testtable1
Note: Expression should not be enabled on the “Oracle Execute” snap
elise_henschen
9 years agoNew Contributor III
Thank you! That did the trick.