til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

View text instead of worksheet as result for query

When running queries in Oracle SQL Developer, you get data as a table format, referenced as worksheet.

Instead of using “Run Statement” (CTRL + ENTER), use “Run Script” (F5).

References