永发信息网

oracle查询表缺失左括号

答案:1  悬赏:20  手机版
解决时间 2021-11-21 09:47
  • 提问者网友:情歌越听越心酸
  • 2021-11-21 06:38
oracle查询表缺失左括号
最佳答案
  • 五星知识达人网友:掌灯师
  • 2021-11-21 07:24
raw为什么不用date类型,而且oracle中没有now(),这是mysql中的
还有,没法直接建表时对字段进行注释,综上所述
create table cardinfo(
cardid varchar2(19) not null primary key,
curid number(20) not null,
savingid number(20) not null,
openmoney number(20) not null,
opendate date default sysdate not null,
balance decimal not null,
"password" varchar2(20) not null,
isreportloss number(1,0),
customerid number(20) not null
);

comment on column cardinfo.isreportloss is '是否挂失';
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯