智慧大脑
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1 рік тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. create table ods_xqjcsj
  2. (
  3. xygkjcsjid varchar2(32) not null,
  4. provincejgbm varchar2(12) not null,
  5. provincejgmc varchar2(80) not null,
  6. cityjgbm varchar2(12) not null,
  7. cityjgmc varchar2(80) not null,
  8. countyjgbm varchar2(12) not null,
  9. countyjgmc varchar2(80) not null,
  10. xxjgdm varchar2(36) not null,
  11. xxjgmc varchar2(80) not null,
  12. xqbh varchar2(64) not null,
  13. xqmc varchar2(180) not null,
  14. xqjc varchar2(60) not null,
  15. xqszdxzqh varchar2(50) ,
  16. xqdz varchar2(300) ,
  17. xqyzbm varchar2(35) ,
  18. xqlxdh varchar2(35) ,
  19. xqfzr varchar2(36) ,
  20. xqjzgzs number not null,
  21. xqxszs number not null,
  22. xqclrq varchar2(50) ,
  23. sjcjsj varchar2(50) not null,
  24. IsPush varchar2(2) not null
  25. );
  26. alter table ods_xqjcsj add constraint ods_xqjcsj_xygkjcsjid primary key (xygkjcsjid);
  27. comment on table ods_xqjcsj is 'Уݱ';
  28. comment on column ods_xqjcsj.xygkjcsjid is 'ΨһԱʶ';
  29. comment on column ods_xqjcsj.provincejgbm is 'ʡ';
  30. comment on column ods_xqjcsj.provincejgmc is 'ʡ';
  31. comment on column ods_xqjcsj.cityjgbm is 'л';
  32. comment on column ods_xqjcsj.cityjgmc is 'л';
  33. comment on column ods_xqjcsj.countyjgbm is 'ػ';
  34. comment on column ods_xqjcsj.countyjgmc is 'ػ';
  35. comment on column ods_xqjcsj.xxjgdm is 'ѧУ';
  36. comment on column ods_xqjcsj.xxjgmc is 'ѧУ';
  37. comment on column ods_xqjcsj.xqbh is 'У';
  38. comment on column ods_xqjcsj.xqmc is 'У';
  39. comment on column ods_xqjcsj.xqjc is 'У';
  40. comment on column ods_xqjcsj.xqszdxzqh is 'Уڵ';
  41. comment on column ods_xqjcsj.xqdz is 'Уַ';
  42. comment on column ods_xqjcsj.xqyzbm is 'У';
  43. comment on column ods_xqjcsj.xqlxdh is 'Уϵ绰';
  44. comment on column ods_xqjcsj.xqfzr is 'У';
  45. comment on column ods_xqjcsj.xqjzgzs is 'Уְ';
  46. comment on column ods_xqjcsj.xqxszs is 'Уѧ';
  47. comment on column ods_xqjcsj.xqclrq is 'У';
  48. comment on column ods_xqjcsj.sjcjsj is 'ݲɼʱ';