0

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?

yammanuruarun
  • 403
  • 3
  • 9
i-robot
  • 23
  • 3

1 Answers1

1

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.

enter image description here

Results:

enter image description here

enter image description here

yammanuruarun
  • 403
  • 3
  • 9