2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Ok, this is a self-answer. Apparently, Row Filter Expression failed due to use of double-quoted string , instead of single quoted.
Replacing confidential1="US"
with confidential1='US'
solved the problem.
Unfortunately, error message is not helpful and have to be replaced with a better explanation of the problem.
답변함 일 년 전
0
HI, as you have correctly pointed out, the error is due to in SQL syntax strings in double quotes "" are treated as column names. Use single quotes should resolve this issue. Please feel free to response or open a support ticket if you have any follow up questions. We are happy to help you out!
답변함 일 년 전
관련 콘텐츠
- AWS 공식업데이트됨 2년 전
- AWS 공식업데이트됨 7달 전
It's true that it's not obvious but if you see the description, it says that you are writing a SQL condition. In SQL '' is a string and "" is the way you escape a column name