Oracle
In Oracle you can use the following query
select object_name from user_objects where object_type = 'TABLE';
MYSQL
In MySql you can use the follwing query
show tables;
Subscribe to:
Post Comments (Atom)
Based on JAVA Technology. Java,J2EE,Javascript,JSF, Struts,Hibernate,Spring,Webservice,EJB ... etc
No comments:
Post a Comment