有用的web链接

Share Link-myqnap 共享的照片

winscp /console /script=SCP-get的配置

创建数据库,数据表,主键及索引:
create database stock;

create table stock_all ( state_dt varchar(45), stock_code varchar(45), open decimal(20,2), close decimal(20,2), high decimal(20,2), low decimal(20,2), vol int(20), amount decimal(30,2), pre_close decimal(20,2), amt_change decimal(20,2), pct_change decimal(20,2));

alter table stock_all add constraint PK_Bookid primary key (state_dt,stock_code);

发表评论

邮箱地址不会被公开。 必填项已用*标注