
DB
钠离子zi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DB Design
http://dba.stackexchange.com转载 2016-07-29 17:18:02 · 346 阅读 · 0 评论 -
记录一次存储过程
DELIMITER && drop procedure if exists managerInfo; create procedure managerInfo() begin DECLARE userCount INT DEFAULT 0; DECLARE userIndex INT DEFAULT 0; DECLARE userId INT DEFAULT 40000;原创 2017-01-10 15:44:52 · 227 阅读 · 0 评论