mysql:
select * from 库名.表名
sqlserver:
select * from 库名..表名
select * from 库名.dbo.表名
--------------如有不对,望大家指正