As in I just want to execute a query with a comment.
Example:
/*Selects all columns and rows*/
SELECT * FROM "SNAPLOGIC"."CUSTCOMM1"
or
-- comment
select * from "SNAPLOGIC"."CUSTCOMM1"
Can we execute in Oracle SQL?
Note: These statements can be executed in tools like DBeaver.