20260514_PDOT_by_Month定版

This commit is contained in:
2026-05-14 16:57:06 +08:00
parent 84ae943bdb
commit b02475424a
12 changed files with 78 additions and 86 deletions

View File

@@ -28,9 +28,22 @@ table Config_TA_Countrows
){[Name = CatalogName, Kind = "Database"]}[Data],
"
select
count(distinct TA) as count_all_ta
count(1) as count_all_ta
from
DM.dm_td_ext_unionall_market
(
SELECT
MARKET,
TA,
TA_MAP,
TA_RN,
MARKET_DESC,
DATA_SOURCE
FROM
dm.dm_td_ext_unionall_market_ta
WHERE
TA <> ''
OR TA_MAP <> ''
)
"
& UsingLimit,
null,