我知道它们是“聪明”的单引号和双引号,但我不知道如何在mysql中搜索它们。从ruby输出时,Ruby中的字符看起来像\222、\223、\224等那么-你知道如何在mysql中搜索这些吗?当我在mysql中查看时,它们看起来像'?‘。mysql> select id from table where field LIKE '%\222%'
但这并不管用
我在MySQL中使用了如下所示的查询。我得到了我想要的结果。'testing' and TABLE_NAME NOT REGEXP 'temp|bkup|RemoveMe|test' group by TABLE_NAME
当我在sqoop导入语句中使用相同的查询时sqoop import --connect jdbc:mysql://xxxxxx:3306/information_schema --username xxxxx --password-f