Mysql:[Err] 1630


 Mysql错误 [Err] 1630

1. 错误 1630
[SQL]select date_format(now (),'%Y%m%d');
[Err] 1630 - FUNCTION db.now does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual.

#这是因为select语句中的now函数与括号()分开了,不应该写成now (),而是直接写成now().

#即写成:
select date_format(now(),'%Y%m%d');
# 参考:https://blog.csdn.net/rendeyishi/article/details/25118893


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM