可信智能计算服务 TICS-基本计算能力验证:操作步骤

时间:2024-07-03 17:44:33

操作步骤

  1. 执行如下的sql作业。

    select
      c.id as `企业id`,
      0.5 * a.tax_bal + 0.8 * b.supp_bal + (0.05 * c.electric_bal + 0.05 * c.water_bal) * 0.1  as `企业评分`
    from
      Partner1.TAX a,
      Partner1.SUPPORT b,
      Partner2.POWER_DATA c 
    where
      b.id = c.id 
      and a.id = b.id

  2. 审批时可以看到如下的信息,涉及关联字段较多,其使用方式都能够在审批界面中展示出来。

    图1 基础信息

  3. 执行结果如下。

    图2 执行结果

  4. 结果显示, TICS 支持大量基础的SQL语法。

    图3 SQL编写提醒

support.huaweicloud.com/devg-tics/tics_08_0005.html