智慧大脑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

学生综合成绩与评价数据表(ods_xszhcjpjsj).sql 1.6 KiB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. create table ods_xszhcjpjsj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. xn varchar2(60) not null,
  7. xq varchar2(60) not null,
  8. zymc varchar2(163) ,
  9. nj varchar2(60) not null,
  10. bj varchar2(60) not null,
  11. xjh varchar2(60) ,
  12. xsxm varchar2(120) not null,
  13. sxzzcj number not null,
  14. whkcj number not null,
  15. zyjnkccj number not null,
  16. xstzjkcj number not null,
  17. zhpj number not null,
  18. sjcjsj varchar2(60) not null,
  19. IsPush varchar2(2) not null
  20. );
  21. alter table ods_xszhcjpjsj add constraint ods_xszhcjpjsj_gzzyqksjid primary key (gzzyqksjid);
  22. comment on table ods_xszhcjpjsj is 'ѧۺϳɼݱ';
  23. comment on column ods_xszhcjpjsj.gzzyqksjid is 'ΨһԱʶ';
  24. comment on column ods_xszhcjpjsj.xxjgdm is 'ѧУ';
  25. comment on column ods_xszhcjpjsj.xxjgmc is 'ѧУ';
  26. comment on column ods_xszhcjpjsj.xn is 'ѧ';
  27. comment on column ods_xszhcjpjsj.xq is 'ѧ';
  28. comment on column ods_xszhcjpjsj.zymc is 'רҵ';
  29. comment on column ods_xszhcjpjsj.nj is '꼶';
  30. comment on column ods_xszhcjpjsj.bj is '༶';
  31. comment on column ods_xszhcjpjsj.xjh is 'ѧ';
  32. comment on column ods_xszhcjpjsj.xsxm is 'ѧ';
  33. comment on column ods_xszhcjpjsj.sxzzcj is '˼γɼ';
  34. comment on column ods_xszhcjpjsj.whkcj is 'Ļγɼ';
  35. comment on column ods_xszhcjpjsj.zyjnkccj is 'רҵܿγ̳ɼ';
  36. comment on column ods_xszhcjpjsj.xstzjkcj is 'ѧʽɼ';
  37. comment on column ods_xszhcjpjsj.zhpj is 'ۺ۳ɼ';
  38. comment on column ods_xszhcjpjsj.sjcjsj is 'ݲɼʱ';