-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: v2.4.1
-
Fix Version/s: v2.6.0
-
Component/s: Query Engine
-
Labels:None
Hi,
When I exec a SQL like below, there was an error.
SELECT * FROM TABLEA WHERE NAME='Jason--Arthur'
Seems like KYLIN use the – as a comment marker.
It should not be that between single quotes, I think.
Even I send a REST POST contains SQL like that, or do an ODBC query, there was an error too.
You may tell me that I can use a \ as escape, but I can't change the SQL generated by BI tools like tableau.
Thanks
- links to