r2.userId 为varchar型,s.id为int型,where语句中 第一个not exists中的子查询使用没有报错,第二个not exists中的子查询报错
r2.userId = concat(s.id, '') r2.userId = cast(s.id as char)
子查询中语法要求更严格,越多的子查询要求更严格?
在SQL中使用了cast (cast (help_topic_id as signed)),删除即可
表字段长度不为0
r2.userId 为varchar型,s.id为int型,where语句中 第一个not exists中的子查询使用没有报错,第二个not exists中的子查询报错
r2.userId = concat(s.id, '') r2.userId = cast(s.id as char)
子查询中语法要求更严格,越多的子查询要求更严格?
在SQL中使用了cast (cast (help_topic_id as signed)),删除即可
表字段长度不为0