English book
发表于|更新于|tech
|总字数:54|阅读时长:1分钟|浏览量:
字段翻译
| 中文名称 | 英文名称 |
|---|---|
| 辅助执行人 (1) | Auxiliary executor (1) |
| 辅助执行人岗位 (1) | Auxiliary executor position (1) |
| 辅助执行人 (2) | Auxiliary executor (2) |
| 辅助执行人岗位 (2) | Auxiliary executor position (2) |
相关推荐

2026-05-28
企业供应链解决方案
企业供应链解决方案核心流程业务流程核心定义解读 数据资产dim_equ 设备信息表123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132create external table if not exists dim_equ ( equ_id string comment '设备ID', equ_no string comment '设备编号', equ_model_cd string comment '设备型...

2026-02-18
data development for hongxing
【将json字符串转成多列的函数】12345678910111213WITH cte_base_i18n_lang_dict AS (SELECT explode(udf.read_json(zh_cn)) AS j_zh_cn FROM stg.stg_base_i18n_lang_dict WHERE dt = '2025-10-12' AND delete_flag = '0' AND code in ('enum_inventory_BillTypeInEnum', 'enum_inventory_BillTypeOutEnum', ...

2026-07-14
hongxing 人力解决方案
数据资产员工基本信息维度表 dim_user_emp_info123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106create external table if not exists dim_user_emp_info ( saas_ad_no string comment 'saas AD账号', emp_id string comment '员工id', emp_name string comment '员工姓名', gender string comment '性别 0:女 1:男', birthday timestamp...

2026-06-02
企业财务解决方案
数据资产收款单主表 stg_fsp_receive12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576create external table if not exists stg_fsp_receive ( id string comment '主键', channel string comment '数据来源渠道 参照BankTradeChannelEnum 1:CB 2:ATS 3:小程序 4:手工 5:其他', bill_type string comment '单据类型 SAAS-单据类型中获取', bill_no string comment '单据编号', bill_date string comment '单据日期', bi...

2026-05-28
华为云数仓开发指南
数据回流脚本开发123456789101112131415161718192021-- 查看表结构show create table stg.stg_base_infodesc stg.stg_base_info-- 新增加表字段ALTER TABLE stg.stg_base_info ADD COLUMNS (temp_lease_area STRING COMMENT '临时租约面积',temp_lease_rent STRING COMMENT '临时租约租金')-- 新增表(stg、stg_dev)create external table if not exists stg_base_info( id string comment '主键', ***) comment '基地信息表' partitioned by (dt string comment '天分区', et string comment '库名称')STORED AS parqu...
公告
Life is like a period.
Annoying when it's here.
Panicking when it's not.


