Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select Views

Status
Not open for further replies.

wayneswc

Technical User
Joined
Apr 1, 2003
Messages
7
Location
GB
Hi

I want to create a list of my views for a colleague and type a few notes explaining what each one does.

I have around a 100 views and rather than type them all out i was wondering if there is a select statement i can use to pull them out or another way of copying the list of view names

Thanks
 
this might help some
Code:
select * from information_schema.views


"I'm living so far beyond my income that we may almost be said to be living apart
 
It helped perfectly...thanks a lot

I can go make a coffee now instead of spending an hour typing!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top