日期:2014-05-16 浏览次数:20494 次
create table web_content(id number(4), type varchar2(50),title varchar2(500), content varchar2(4000),input date default sysdate);create sequence web_seq start with 1 increment by 1 minvalue 1 maxvalue 9999 nocache nocycle;insert into web_content(id,type,content) values (web_seq.nextval,'main','<p>1982年始创于台湾,1992年进驻点,范围涵盖了主要的口岸以及内陆城市;总部设立在上海;拥有极其富有业务经验的业务团队。并于1999年通过ISO9002认证;FIATA/IATA成员。</p>')