做了 一天都没有做出来,明天就要交作业了,我做不来,求各位大神帮帮我,谢谢大家!

aaa1367496852 2016-05-17 05:04:31
请大家帮帮我,谢谢,耽误你们点时间,帮我指导指导,我做了2天都没有做出来,明天就要交作业了,请大家帮帮我。
...全文
283 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
范海辛o 2016-05-23
  • 打赏
  • 举报
回复
引用 5 楼 qq_26508409 的回复:
[quote=引用 1 楼 jingconner 的回复:] 随便帮你写了一下, 功能还需完善。 先上图~
你好有耐心[/quote]
引用 5 楼 qq_26508409 的回复:
[quote=引用 1 楼 jingconner 的回复:] 随便帮你写了一下, 功能还需完善。 先上图~
你好有耐心[/quote] 没有啦,最近流行MyBatis,我刚好练练手。
范海辛o 2016-05-23
  • 打赏
  • 举报
回复
引用 4 楼 aaa1367496852 的回复:
还有没有其他的代码
C站不让一个人连续回复三次,所以当时没有办法补全, 楼主我将代码压缩上传到我的资源里面了。你点我头像进我的资源里面下载。
nikyotensai 2016-05-20
  • 打赏
  • 举报
回复
引用 1 楼 jingconner 的回复:
随便帮你写了一下, 功能还需完善。 先上图~
你好有耐心
aaa1367496852 2016-05-20
  • 打赏
  • 举报
回复
还有没有其他的代码
范海辛o 2016-05-18
  • 打赏
  • 举报
回复
以下是代码: oracle sql : create table move_booking ( id number(5,0), area varchar(30), cartype varchar(30), movedate date, contact varchar(30), phone varchar(12), status varchar(1) default '0' check(status in('0', '1', '2')), constraints pk_move primary key (id) ); comment on table move_booking is '搬家预约登记表'; comment on column move_booking.id is '编号'; comment on column move_booking.area is '起始地区'; comment on column move_booking.cartype is '所用车型'; comment on column move_booking.movedate is '搬家日期'; comment on column move_booking.contact is '联系人'; comment on column move_booking.phone is '联系电话'; comment on column move_booking.status is '订单状态'; create sequence move_booking_sn minvalue 1 maxvalue 99999 increment by 1 start with 1 nocache noorder nocycle; create or replace trigger tr_move_booking before insert on move_booking for each row begin select move_booking_sn.nextval into :new.id from dual; end;
范海辛o 2016-05-18
  • 打赏
  • 举报
回复
sql
create table move_booking
(
  id number(5,0),
  area varchar(30),
  cartype varchar(30),
  movedate date,
  contact varchar(30),
  phone varchar(12),
  status varchar(1) default '0' check(status in('0', '1', '2')),
  constraints pk_move primary key (id)
);

comment on table move_booking is '搬家预约登记表';
comment on column move_booking.id is '编号';
comment on column move_booking.area is '起始地区';
comment on column move_booking.cartype is '所用车型';
comment on column move_booking.movedate is '搬家日期';
comment on column move_booking.contact is '联系人';
comment on column move_booking.phone is '联系电话';
comment on column move_booking.status is '订单状态';

create sequence move_booking_sn minvalue 1 maxvalue 99999 increment by 1 start with 1 nocache noorder nocycle;

create or replace
trigger tr_move_booking
    before insert on move_booking for each row
begin
  select move_booking_sn.nextval into :new.id from dual;
end;
范海辛o 2016-05-18
  • 打赏
  • 举报
回复
随便帮你写了一下, 功能还需完善。 先上图~



23,407

社区成员

发帖
与我相关
我的任务
社区描述
Java 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧