随笔分类 -  数据库&sql

摘要:使用mysql数据库 创建存储过程语句示例 test为数据库名称,item_conform 为存储过程名称,5个入参,一个出参, IN为入参,OUT为出参, begin和end之间为存储过程的业务逻辑,sql语句,这里做简化处理 DROP PROCEDURE IF EXISTS test.item_ 阅读全文
posted @ 2021-09-21 18:05 加瓦加瓦 阅读(535) 评论(0) 推荐(0)
摘要:下载安装sqlserver 参考:https://www.cnblogs.com/ios9/p/9527939.html navicat无法连接sqlserver' 参考:https://blog.csdn.net/Crazy_Cw/article/details/103659033 sqlserv 阅读全文
posted @ 2021-04-17 22:11 加瓦加瓦 阅读(4060) 评论(0) 推荐(0)
摘要:报错信息: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine s 阅读全文
posted @ 2021-04-17 22:07 加瓦加瓦 阅读(1303) 评论(0) 推荐(0)