-- Create table
create table BOI_INST_ORDER
(
code string,
inst_code string,
fund_code string,
strategy_code string,
cash_account_code string,
trade_type string,
advisor_code string,
advisor_name string,
symbol string,
secu_code string,
secu_name string,
status string,
amt decimal(15,2),
vol decimal(15,2),
investment_date decimal(13),
remark string,
create_user string,
update_user string,
create_time string,
update_time
oracle建表语句模板
最新推荐文章于 2023-12-15 23:09:18 发布
这段内容描述了如何创建一个名为BOI_INST_ORDER的数据库表,用于存储委托订单信息。表包含如委托编码、产品编码、策略代码、交易方向、资产受托人信息、投资资产详情、委托状态、金额、份额等关键字段,并设置了主键约束和注释。此外,还定义了存储参数和索引设置。

最低0.47元/天 解锁文章
269

被折叠的 条评论
为什么被折叠?



