Hi All,
I have an old version of informix.
I do have 8 different databases in the same system. The table structure is all the same across the system.
How do I select info from one particular table in all the different databases ?
I know that in SQL Server you can do something like:
SELECT * FROM TABLENAMEall
Thanks
I have an old version of informix.
I do have 8 different databases in the same system. The table structure is all the same across the system.
How do I select info from one particular table in all the different databases ?
I know that in SQL Server you can do something like:
SELECT * FROM TABLENAMEall
Thanks