wonb168
wonb168
使用greenplum时,复杂的sql会出现多次数据重分布,当前图形化能展示哪个步骤最慢,当不知道是哪次的,要是图形的节点能重新跳转到文字版的对应位置最好了。或者,图形节点鼠标上去能展示该节点详情也可。
how to add progressbar when use cx.read_sql? need show the speed of process.
`insert into edw.fct_stock_move ( doc_id, doc_time, doc_source, sku_sk, send_stockorg_sk, receive_stockorg_sk, move_type_code, origin_type_code, send_qty, receive_qty, send_time, receive_time, receive_date, etl_time, send_date ) select doc_id, doc_time, doc_source, sku_sk, send_stockorg_sk, receive_stockorg_sk, move_type_code, origin_type_code, send_qty,...
mysql:` create table e as with a as(select * from bb b) , c as( select * from a) select c.id, d.name from c inner join dd d on c.id=d.id`...
with c1 as (select * from ttt), c2 as(select * from c1) select * from (select * from c2 as aa)b I want the table lineage inclued subquery name, this...
my complex sql: `WITH protect AS ( SELECT product_code, color_code, stockorg_sk , is_new_skc -- 新品保护期 , is_new_store -- 新店保护期 , has_in AS size_has_in -- 近期调入sku保护 , not_out -- 门店商品异常状态(不能调出) ,...
如何安装?
Readme里只有使用步骤,没有安装步骤啊!
比如164906,执行user.buy()时,会弹窗让选择上海还是深圳市场,上海的是企业债,深圳的是etf基金,这样导致没法正常buy了
### 问题描述 / Describe the bug 我用sharelist连的天翼盘,再用raidrive挂载为本地盘。 在该盘编辑文件,出来N多副本,如下图,这个太乱了,是啥原因啊? origin_img_v2_0edde424-5e07-429d-952f-238dd68701bg 其实截图中应该就2个xmind文件啊  ### Sharelist 版本 / Sharelist Version next ### 复现链接 / Reproduction _No response_ ### 日志 / Logs _No response_