Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Views.
Tue, May 15 2007 11:59 PMPermanent Link

Steve Gill
Not sure if this has been brought up before or not but when I create
views with ElevateDB Manager, I can't go back and check the SQL I wrote.
 Being quite stupid sometimes, okay most times, I forget what SQL I
wrote to create the view.  Is there a way to see the SQL of a view from
with ElevateDB Manager?

Thanks.

Regards,

SteveG
Wed, May 16 2007 3:14 AMPermanent Link

"Harry de Boer"
Steve,
you can use:

select * from information.views

Regards, Harry

"Steve Gill" <v8steve_removethis_@gmail.com> schreef in bericht
news:DD9DDAF6-CD1A-4D50-AC6C-BC18255889E6@news.elevatesoft.com...
> Not sure if this has been brought up before or not but when I create
> views with ElevateDB Manager, I can't go back and check the SQL I wrote.
>   Being quite stupid sometimes, okay most times, I forget what SQL I
> wrote to create the view.  Is there a way to see the SQL of a view from
> with ElevateDB Manager?
>
> Thanks.
>
> Regards,
>
> SteveG

Wed, May 16 2007 6:08 PMPermanent Link

Steve Gill
> you can use:
>
> select * from information.views

Excellent.  Thanks Harry.

Regards,

SteveG
Thu, May 17 2007 2:11 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< Not sure if this has been brought up before or not but when I create
views with ElevateDB Manager, I can't go back and check the SQL I wrote.
Being quite stupid sometimes, okay most times, I forget what SQL I wrote to
create the view.  Is there a way to see the SQL of a view from with
ElevateDB Manager? >>

This will be available soon, but for now use the method already mentioned -
SELECT * FROM Information.Views.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, May 17 2007 7:59 PMPermanent Link

Steve Gill
Tim Young [Elevate Software] wrote:

> This will be available soon, but for now use the method already mentioned -
> SELECT * FROM Information.Views.

Great, thanks Tim.

SteveG
Image