Commit ff1ff0b8 by fangxingjun

no message

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