View Single Post

  #3 (permalink)  
Old 01-16-2008, 05:40 AM
abhijitbuchake abhijitbuchake is offline
Junior Member
 
Join Date: Mar 2007
Posts: 2
abhijitbuchake is on a distinguished road
Quote:
Originally Posted by caradoc View Post
I have written many views for performing various operations in my database. I have to now get a report of all the table names used in my views alone. Is there any way for that? Do I need to write some function of procedure for achieving this. Kindly give me some tips for doing this.


u can use
show create view view_name;
command.
Reply With Quote