Oracle - select table_name from user_tables where table_name = upper('table_name_to_be_searched');
SQL Server - select name from sys.tables where name = upper('table_name_to_be_searched');
Wednesday, January 13, 2010
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment