on 2019 Mar 21 9:16 AM
Lets say I have a simple proxy table:
CREATE EXISTING TABLE prx AT 'remote_server;;dba;tbl';
If I filter it with SIMILAR TO
:
SELECT * FROM prx WHERE prx.col SIMILAR TO 'a'
I get following error on SA version 17.0.9.4897:
Could not execute statement. Server '': e:\\1709_rc2\\sqla\\src\\db\\engine\\omni\\qdexpr.c:1622 Query Decomposition: Unknown Node Type SQLCODE=-660, ODBC 3 State="HY000" Line 1, column 1
If I change SIMILAR TO
to LIKE
I do not get the error. Same error on version 16.0.0.2614. Any ideas?
Request clarification before answering.
User | Count |
---|---|
54 | |
6 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.