当前位置:Gxlcms > 数据库问题 > Oracle 和 MySQL 在显示数据库名和表名的区别

Oracle 和 MySQL 在显示数据库名和表名的区别

时间:2021-07-01 10:21:17 帮助过:4人阅读

table_name from user_tables; select table_name from dba_tables; select * from all_all_tables;

Oracle 查看数据库名:

select * from v$database;

 

MySQL 显示数据库名和表名

MySQL 查看表名:

show tables;

MySQL 查看数据库名:

show databases;

Oracle 和 MySQL 在显示数据库名和表名的区别

标签:name   class   pre   style   color   mysq   rac   tab   sele   

人气教程排行