问题集锦 ~ MySQL

# 在存储过程中,变量赋值失败

declare parent text;

select parent into Parent where id = 1;

select Parent;

查询的字段不能和变量名称一样,MySQL不区分大小写

 

# MSVCP140.dll 不存在

安装 Microsoft Visual C++
下载地址:https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170

posted @ 2020-04-06 20:02  绿静風  阅读(107)  评论(0编辑  收藏  举报