Print SQL statements with SQL Output
682150Apr 14 2009 — edited Apr 15 2009I am a student learning SQL for Oracle 10g.
Our assignments are typically a set of problems that have a SQL statement as the solution.
We turn in the SQL statement and the SQL Output that the statement generated.
I use SQL Developer to create my scripts, print my files, etc. Very handy.
What I'd like to be able to do is to somehow combine the two printouts that I always generate.
So I'd like to have one report that has my SQL statement (Select * From Customers;) and
the SQL Output that this statement generated.
Is there anyway to do that in SQL Developer? Or possibly in some other tool?
Thanks for any help!