Forum Discussion
ChrisLoran
2 years agoValued Contributor
Here's an example of using REPLACE in a SELECT statment where data does not disappear:
I am pretty sure this result set would appear in the import step just as it appears in the query result list.
Could you be more specific on what is meant by "the data disappears" ?
- OS_Pizza2 years agoContributor III
It works fine in the SQL query but when you use it in the connector rule , the data doesnt show up in the RegisterID column.
- DanielWillis2 years agoValued Contributor
It shouldn't. Is it something like you're not naming your column when using the function? E.g., should perhaps be: Select left(Account, len(Account)-2) AS Account
Related Content
- 2 years ago
- 2 years ago
- 3 months ago
- 8 months ago