This would be for both SQLcl and SQL Developer, but a few are reserved for SQLcl today.
You have two options for formatting your query output:
- SET SQLFORMAT
- Adding a comment to your query /*json-formatted*/

Here are some slides demonstrating all the cool format options you have available:
Some things you may have forgotten about…
Just run ‘help set sqlformat’ for all the details:


And, did you know you can create your own formatting options? Just write a bit of code (js, python, perl, whatever Nashorn supports!)

SQL Developer Web, Too!
