这段 SQL 语句没有明显的错误。它从表 t_adapt_account_msg 中选择了两个列,msg_body::json->'closeReason' 和 msg_body,然后使用条件 msg_body is not null 过滤了结果,并限制结果数量为 20。

SQL语句错误分析:select msg_body::json->'closeReason',msg_body from t_adapt_account_msg  where msg_body is not null limit 20

原文地址: https://www.cveoy.top/t/topic/qeWC 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录