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

10 lines
319 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 AccountsReceivable
(
SBU NVARCHAR(100), -- 假设 SBU 字段长度为 100可根据实际情况调整
DECIMAL(23, 10),
_应收款专责小组 DECIMAL(23, 10),
DECIMAL(23, 10),
_应收款专责小组2024 DECIMAL(23, 10),
DECIMAL(23, 10),
DECIMAL(23, 10)
);