Commit fb7cdcac authored by litaolemo's avatar litaolemo

update

parent e92faa84
...@@ -265,6 +265,7 @@ exposure_sql = """ ...@@ -265,6 +265,7 @@ exposure_sql = """
card_id, card_id,
transaction_type transaction_type
FROM FROM
(select device_id from dev_view) t1 left join
( (
SELECT SELECT
cl_id, cl_id,
...@@ -285,7 +286,7 @@ exposure_sql = """ ...@@ -285,7 +286,7 @@ exposure_sql = """
transaction_type, transaction_type,
card_id, card_id,
app_session_id app_session_id
) a group by cl_id,card_id,transaction_type )a on t1.device_id = a.cl_id group by a.cl_id,a.card_id,a.transaction_type
""".format(today_str="20200918") """.format(today_str="20200918")
print(exposure_sql) print(exposure_sql)
......
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