Sql report different database
RespondidaCan we make sql reports from a different database (running on the same server)
So for example :
USE TheNewDatabase
SELECT * FROM OCRD
0
-
Comentario oficial
Sure you can. Just put the database name in front of OCRD. Something like:
SELECT *
FROM "OtherDatabaseName"."OCRD" T0
-
Hi,
Sorry for not responding, had a lot to work on. (and now even more)
It worked perfect, thnx ! -
Did an update break this function ?
Iniciar sesión para dejar un comentario.
Comentarios
3 comentarios