20260514_PDOT_by_Month定版
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user