MySQL Forums
Forum List  »  Oracle

Re: Equivalent for all_catalog
Posted by: Bob Field
Date: June 14, 2006 09:04AM

CREATE VIEW testView AS
SELECT table_name
FROM information_schema.tables;

Options: ReplyQuote


Subject
Views
Written By
Posted
5659
June 14, 2006 08:54AM
Re: Equivalent for all_catalog
2513
June 14, 2006 09:04AM
3036
June 14, 2006 09:25AM
2407
June 14, 2006 11:13AM
2765
June 14, 2006 11:22AM
2487
June 14, 2006 11:31AM
2904
June 14, 2006 11:39AM
2683
June 14, 2006 11:52AM
2590
June 14, 2006 02:04PM
2588
June 14, 2006 06:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.