
在SQL中是单引号啊,为什么双引号?
`sex` enum('男','女','保密') not null default '保密',
或者
sex char(2) not null default '保密' check(sex in ('男','女','保密')),
欢迎分享,转载请注明来源:内存溢出

在SQL中是单引号啊,为什么双引号?
`sex` enum('男','女','保密') not null default '保密',
或者
sex char(2) not null default '保密' check(sex in ('男','女','保密')),
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)