Hi Leonard, You're right; I was missing a single quotation mark before the LIKE.
There's no encoding problem at all! Sorry for the confusion. Thanks, Dongwon On Tue, Jul 21, 2020 at 12:00 AM Leonard Xu <[email protected]> wrote: > Hi, Kim > > The clause ` LIKE '%양현마을%’ ` should work well, could you post the the > entire query(or select clause) ? > > Best > Leonard Xu > > 在 2020年7月20日,21:49,Dongwon Kim <[email protected]> 写道: > > When I execute the following query in .sqlQuery(), > >> SELECT ... >> FROM ... >> WHERE location.goalName LIKE '%양현마을%' > > >
