Quote:
Originally Posted by caradoc
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.