Python论坛  - 讨论区

标题:[python-chinese] acesss 中使用sql如何设定列的缺省值

2005年07月05日 星期二 10:06

mahongquan mahongquan730208 at 163.com
Tue Jul 5 10:06:05 HKT 2005

mssql中用defult设置列的缺省值,如:
CREATE TABLE [CaliHis] (
 [methodid] integer Default (0) null ,
 [useXiaoZheng] smallint Default (0) null ,
 [dxielv] float Default (0) null ,
 [djieju] float Default (0) null 
 )
请问access中如何表示
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050705/0f911463/attachment-0001.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月05日 星期二 13:13

清风 paradise.qingfeng at gmail.com
Tue Jul 5 13:13:01 HKT 2005

[methodid] integer Default 0 null ,

不要加那个括号试试

2005/7/5, mahongquan <mahongquan730208 at 163.com>:
>  
> mssql中用defult设置列的缺省值,如: 
> CREATE TABLE [CaliHis] (
>  [methodid] integer Default (0) null ,
>  [useXiaoZheng] smallint Default (0) null ,
>  [dxielv] float Default (0) null ,
>  [djieju] float Default (0) null 
>  ) 
> 请问access中如何表示
>  
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Blog:http://www.donews.net/changzheng

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月06日 星期三 10:20

mahongquan mahongquan730208 at 163.com
Wed Jul 6 10:20:31 HKT 2005

不行,提示default 处有错误
----- Original Message ----- 
From: "清风" <paradise.qingfeng at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Tuesday, July 05, 2005 1:13 PM
Subject: Re: [python-chinese] acesss 中使用sql如何设定列的缺省值


> [methodid] integer Default 0 null ,
> 
> 不要加那个括号试试
> 
> 2005/7/5, mahongquan <mahongquan730208 at 163.com>:
> >  
> > mssql中用defult设置列的缺省值,如: 
> > CREATE TABLE [CaliHis] (
> >  [methodid] integer Default (0) null ,
> >  [useXiaoZheng] smallint Default (0) null ,
> >  [dxielv] float Default (0) null ,
> >  [djieju] float Default (0) null 
> >  ) 
> > 请问access中如何表示
> >  
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> Blog:http://www.donews.net/changzheng
> 


--------------------------------------------------------------------------------


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号