mysql:

select * from 库名.表名

 

sqlserver:

select * from 库名..表名

select * from 库名.dbo.表名

 

 

 

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

 

相关文章:

  • 2021-12-26
  • 2021-12-01
  • 2021-12-11
  • 2022-01-23
  • 2021-08-30
猜你喜欢
  • 2021-07-02
  • 2021-12-24
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-01-16
  • 2021-05-28
相关资源
相似解决方案