I use CDH with impala 2.11. I have a test table stored in kudu. I write SQL as follows in HUE:
select * from test where name = '\''
to find name with only a single quote mark
but it dosen't work.
Why?
I use CDH with impala 2.11. I have a test table stored in kudu. I write SQL as follows in HUE:
select * from test where name = '\''
to find name with only a single quote mark
but it dosen't work.
Why?
It worked for me in hue. I used https://demo.gethue.com/hue/editor?editor=93430. Id/Pass: demo
Please note i used string as column name and hope you are using same. Datatypes like char might also play a role since we are selecting filed explicitly and not checking any field which is having single quote.
Results: