输入banner图图片脚本导航/分类

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

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