若水三千丈
2018-01-06 04:48请问在面的代码是什么意思,有没有错误,我引用别人的代码的,但是报错
5select floor(sysdate - to_date('20020405','yyyymmdd')) from dual;
create sequence users_id
minvalue 1
maxvalue 99999
start with 1
increment by 1;
create sequence admin_id
minvalue 1
maxvalue 99999
start with 1
increment by 1;
create sequence book_id
minvalue 1
maxvalue 99999
start with 1
increment by 1;
create sequence ub_id
minvalue 1
maxvalue 99999
start with 1
increment by 1;
- 点赞
- 回答
- 收藏
- 复制链接分享
5条回答
为你推荐
- vs2013+Qt5.5.0 主项目调用Qt Libary中新建的Widget链接报错
- c++
- 1个回答
- 为什么调用Mapper或者service时,报空指针错误
- spring
- java
- intellij-idea
- jar
- 1个回答
- C# 写的程序在debug下运行正常,换成release就报错。
- c#
- visual studio
- 1个回答
- vs2015中asp.net页面中嵌入JavaScript代码报错
- javascript
- visual studio
- asp.net
- 2个回答
- C# 代码错误,未将对象引用设置到对象的实例
- c#
- 17个回答
换一换