TOAD For Oracle - Question
From: OracleNewbie <rhythmram_at_gmail.com>
Date: 5 Jan 2006 09:12:02 -0800
Message-ID: <1136481122.151233.167120_at_g47g2000cwa.googlegroups.com>
[Quoted] [Quoted] I'm using TOAD to connect to oracle. I want to execute 2 select statment in the sql editor and want to see the see the results one after the other. Like
Date: 5 Jan 2006 09:12:02 -0800
Message-ID: <1136481122.151233.167120_at_g47g2000cwa.googlegroups.com>
[Quoted] [Quoted] I'm using TOAD to connect to oracle. I want to execute 2 select statment in the sql editor and want to see the see the results one after the other. Like
Select Name, City From PhoneBook;
Select * from CityDetails;
Name City XXX Boston YYY Woburn No. CityName Population AvgTemp 1 Boston 450000 40 2 Woburn 250000 42
I can do the same thing using Query Analyzer for SQL Server. But how can i do this in TOAD for oracle. Appreciate the help.
Thanks Received on Thu Jan 05 2006 - 18:12:02 CET