PiolotTH_ReportFrom/派诺报表SQL文件/应收情况概况表按SBU区分.sql
李狗蛋 9317c0ce22 1
2025-04-02 11:11:13 +08:00

12 lines
348 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CREATE TABLE YSQKGK_SBU_GZTH
(
SBU NVARCHAR(100), -- 假设 SBU 字段长度为 100可根据实际情况调整
DECIMAL(23, 10),
_年初应收款专责小组 DECIMAL(23, 10),
DECIMAL(23, 10),
_本年应收款专责小组 DECIMAL(23, 10),
NVARCHAR(500),
DECIMAL(23, 10)
);
--DROP TABLE YSQKGK_SBU_GZTH