Comment issue in SQL Explores

When we comment a chunk of code in SQL Explores using (/* */) and then click on save and run button, following error is coming

While this is working fine if we comment out those lines of code using (- -). It means if user has 100 lines of codes and he wants to comment out first 99 lines, then he has to manually comment out each line using (- -) only.

3 Likes

Good point. Thanks for pointing that out.