mysql 异常:函数XX不存在

错误代码: 1630
FUNCTION medicaldb.count does not exist. Check the ‘Function Name Parsing and Resolution’ section in the Reference Manual

      SELECT
        COUNT (1)
        FROM
        `medicaldb`.`m_dictionariesdata` AS mdd,`m_dictionaries` AS md
        WHERE mdd.`dictionariesId`=md.`dictionariesId`

=COUNT (1) 之间不要有空格=

发布了57 篇原创文章 · 获赞 52 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_40495860/article/details/103023918
今日推荐