Commit de98ec9a authored by litaolemo's avatar litaolemo

update

parent af62a8d6
...@@ -384,8 +384,8 @@ for t in range(0, task_days): ...@@ -384,8 +384,8 @@ for t in range(0, task_days):
SELECT NVL(t2.partition_date,t3.partition_date) as partition_date SELECT NVL(t2.partition_date,t3.partition_date) as partition_date
,NVL(t2.cl_id,t3.cl_id) as cl_id ,NVL(t2.cl_id,t3.cl_id) as cl_id
,NVL(t2.query,t3.query) as query ,NVL(t2.query,t3.query) as query
,NVL(t2.pv) as hexin ,NVL(t2.pv,0) as hexin
,NVL(t3.pv) as neirong ,NVL(t3.pv,0) as neirong
FROM FROM
( (
SELECT partition_date SELECT partition_date
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment