数据库 select from 库名 表名 的用法

mysql:

select * from 库名.表名

sqlserver:

select * from 库名..表名

select * from 库名.dbo.表名

--------------如有不对,望大家指正

猜你喜欢

转载自www.cnblogs.com/erchun/p/12575226.html