DDL是
`order_complete_qty` Nullable(Decimal(20, 2))
ifNull(sum(order_scrapped_qty),toDecimal128('0',2))
设计器里面不支持你这样直接创建表!!!(先用数据库管理工具创建表。。再查询)