hi!     ??????flink 1.13.1??????????hive????sql, ?????? 
col1??string????????????: ab'cd  ,??????instr???????? ' 
??????????????????????????????
       instr(col1, '\'') 
       instr(col1, '''') 
       instr(col1, '\''') 
       instr(col1, '\\''') 
????????????????

回复