Commit 438cb292 authored by litaolemo's avatar litaolemo

update

parent 38e8c130
......@@ -80,7 +80,7 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF
sql_search_ctr = r"""
select * from online.ml_user_history_detail where date_joined >= {join_date} limit 20 ;
select * from online.ml_user_history_detail where date_joined >= {join_date}
""".format(join_date="20200915")
print(sql_search_ctr)
......
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