Commit ff1ff0b8 by fangxingjun

no message

parent cbe0b230
......@@ -23,12 +23,14 @@ if __name__ == '__main__':
id,
search_term,
quantity_being_sold,
date_info as date_flag,
null as date_flag,
created_time,
updated_time,
quantity_being_sold_str,
result_count,
departments
-- result_count,
REPLACE(REPLACE(REPLACE(result_count, E'\n',' '), E'\r',' '), E'\t',' ') AS result_count,
REPLACE(REPLACE(REPLACE(departments, E'\n',' '), E'\r',' '), E'\t',' ') AS departments
-- departments
from {import_table}
where 1=1
and \$CONDITIONS
......
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