Sql report different database
AnsweredCan we make sql reports from a different database (running on the same server)
So for example :
USE TheNewDatabase
SELECT * FROM OCRD
0
-
Official comment
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 ?
Please sign in to leave a comment.
Comments
3 comments