I executed the following code and found the following issues:
select regexp_replace(e,’;’) as d1
Presto SQL error, the main reason for the error is due to:
Presto treats semicolons as execution
How do I handle the above code
New contributor
zhen he is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.