标题:mysql怎么样建存储过程
取消只看楼主
dingpin
Rank: 1
等 级:新手上路
帖 子:281
专家分:0
注 册:2007-9-29
 问题点数:0 回复次数:1 
mysql怎么样建存储过程
怎么样建一个带输入参数的存储过程,哪位可以给一个例子的代码?
还有在mysql中建表的时候
比如说:
create table customer
(
id    int auto_increment Primary Key    not null,
name     varchar(20)  not null,
age      int  not null,
curDate  dateTime   not null
);

怎么样加默认值:
比如说:
create table customer
(
id    int auto_increment Primary Key    not null,
name     varchar(20)  not null,
age      int default(20) not null,
curDate  datetime   default(now())  not null
);
上面这样加是错的,不知道正确的写法的怎么样的?

请高手指点,谢谢...
搜索更多相关主题的帖子: mysql 
2008-08-12 22:58
dingpin
Rank: 1
等 级:新手上路
帖 子:281
专家分:0
注 册:2007-9-29
得分:0 
不会吧,没人会吗?

我的地盘我做主!
2008-08-13 10:48



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-227995-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.058974 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved